[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Hide the "on battery"-screenblanking setting on desktops
noreply at xfce.org
noreply at xfce.org
Mon Jul 14 18:21:13 CEST 2014
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository xfce/xfce4-power-manager.
commit 61a490ff13b37654129bc18d007068c0ba60eabc
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Mon Jul 14 18:21:10 2014 +0200
Hide the "on battery"-screenblanking setting on desktops
---
settings/xfpm-settings.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/settings/xfpm-settings.c b/settings/xfpm-settings.c
index eda4034..f6c48e6 100644
--- a/settings/xfpm-settings.c
+++ b/settings/xfpm-settings.c
@@ -2039,6 +2039,7 @@ xfpm_settings_dialog_new (XfconfChannel *channel, gboolean auth_suspend,
gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (xml ,"system_pluggedin")));
gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (xml ,"inactivity-on-battery")));
gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (xml ,"on-battery-lid")));
+ gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (xml ,"blank-on-battery")));
}
xfpm_settings_general (channel, auth_suspend, auth_hibernate, can_suspend, can_hibernate, can_shutdown,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list