[Goodies-commits] r7121 - in xfce4-power-manager/trunk: . panel-plugins/inhibit settings

Ali Abdallah aliov at xfce.org
Mon Apr 6 10:54:50 CEST 2009


Author: aliov
Date: 2009-04-06 08:54:50 +0000 (Mon, 06 Apr 2009)
New Revision: 7121

Modified:
   xfce4-power-manager/trunk/ChangeLog
   xfce4-power-manager/trunk/panel-plugins/inhibit/inhibit-plugin.c
   xfce4-power-manager/trunk/settings/xfpm-settings.glade
Log:
Fix a warning the inhibit panel plugin when full debug is enabled+make settings dialog correctly resizable

Modified: xfce4-power-manager/trunk/ChangeLog
===================================================================
--- xfce4-power-manager/trunk/ChangeLog	2009-04-06 08:50:44 UTC (rev 7120)
+++ xfce4-power-manager/trunk/ChangeLog	2009-04-06 08:54:50 UTC (rev 7121)
@@ -1,4 +1,7 @@
 
+2009-04-06 10:54 Ali aliov at xfce.org 
+	 * : Fix a warning the inhibit panel plugin when full debug is enabled+make settings dialog correctly resizable
+
 2009-04-06 10:50 Ali aliov at xfce.org 
 	 * : Added inhibit screen saver option in the inhibit plugin
 

Modified: xfce4-power-manager/trunk/panel-plugins/inhibit/inhibit-plugin.c
===================================================================
--- xfce4-power-manager/trunk/panel-plugins/inhibit/inhibit-plugin.c	2009-04-06 08:50:44 UTC (rev 7120)
+++ xfce4-power-manager/trunk/panel-plugins/inhibit/inhibit-plugin.c	2009-04-06 08:54:50 UTC (rev 7121)
@@ -531,7 +531,7 @@
 				       path,
 				       interface);
     if ( !proxy )
-	return;
+	return FALSE;
 	
     dbus_g_proxy_call (proxy, "UnInhibit", &error,
 		       G_TYPE_UINT, inhibit->saver_cookie,
@@ -653,7 +653,6 @@
     GtkWidget *menu;
     GtkWidget *mi;
     GtkWidget *img;
-    GdkPixbuf *pix;
     
     if ( ev->button != 1 )
 	return FALSE;

Modified: xfce4-power-manager/trunk/settings/xfpm-settings.glade
===================================================================
--- xfce4-power-manager/trunk/settings/xfpm-settings.glade	2009-04-06 08:50:44 UTC (rev 7120)
+++ xfce4-power-manager/trunk/settings/xfpm-settings.glade	2009-04-06 08:54:50 UTC (rev 7121)
@@ -974,7 +974,6 @@
             </child>
           </widget>
           <packing>
-            <property name="expand">False</property>
             <property name="position">1</property>
           </packing>
         </child>




More information about the Goodies-commits mailing list