[Goodies-commits] r5642 - xfce4-power-manager/trunk/src

Ali Abdallah aliov at xfce.org
Thu Oct 16 08:55:24 CEST 2008


Author: aliov
Date: 2008-10-16 06:55:24 +0000 (Thu, 16 Oct 2008)
New Revision: 5642

Modified:
   xfce4-power-manager/trunk/src/xfpm-hal.c
Log:
Fix seconds to sleep, thanks to Yves-Alexis Perez

Modified: xfce4-power-manager/trunk/src/xfpm-hal.c
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-hal.c	2008-10-16 06:50:41 UTC (rev 5641)
+++ xfce4-power-manager/trunk/src/xfpm-hal.c	2008-10-16 06:55:24 UTC (rev 5642)
@@ -618,7 +618,7 @@
     
 	DBusMessage *mess,*reply;
 	DBusError error;
-	int seconds= 2;
+	int seconds = 0;
 	gint exit_code;
 
 	mess = xfpm_dbus_new_message(HAL_DBUS_SERVICE,




More information about the Goodies-commits mailing list