[Goodies-commits] r6872 - in xfce4-power-manager/trunk: . settings

Ali Abdallah aliov at xfce.org
Mon Mar 9 10:33:14 CET 2009


Author: aliov
Date: 2009-03-09 09:33:13 +0000 (Mon, 09 Mar 2009)
New Revision: 6872

Modified:
   xfce4-power-manager/trunk/ChangeLog
   xfce4-power-manager/trunk/settings/xfpm-settings.c
Log:
Fix a Gtk Warning in the settings dialog

Modified: xfce4-power-manager/trunk/ChangeLog
===================================================================
--- xfce4-power-manager/trunk/ChangeLog	2009-03-08 19:49:10 UTC (rev 6871)
+++ xfce4-power-manager/trunk/ChangeLog	2009-03-09 09:33:13 UTC (rev 6872)
@@ -1,4 +1,7 @@
 
+2009-03-09 10:33 Ali aliov at xfce.org 
+	 * : Fix a Gtk Warning in the settings dialog
+
 2009-03-08 20:48 Ali aliov at xfce.org 
 	 * : Import of changes for what will be in time version 0.8
 2009-02-18 11:00 Ali

Modified: xfce4-power-manager/trunk/settings/xfpm-settings.c
===================================================================
--- xfce4-power-manager/trunk/settings/xfpm-settings.c	2009-03-08 19:49:10 UTC (rev 6871)
+++ xfce4-power-manager/trunk/settings/xfpm-settings.c	2009-03-09 09:33:13 UTC (rev 6872)
@@ -637,10 +637,10 @@
     
     dialog = glade_xml_get_widget (xml, "xfpm-settings-dialog");
 
+    xfpm_settings_on_ac     (channel);
+    xfpm_settings_on_battery (channel);
     xfpm_settings_tree_view (channel);
     xfpm_settings_general   (channel);
-    xfpm_settings_on_ac     (channel);
-    xfpm_settings_on_battery (channel);
 
     /*
      * Connect property-changed to the channel in case the settings changed




More information about the Goodies-commits mailing list