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

Ali Abdallah aliov at xfce.org
Sun Oct 19 15:47:25 CEST 2008


Author: aliov
Date: 2008-10-19 13:47:25 +0000 (Sun, 19 Oct 2008)
New Revision: 5711

Modified:
   xfce4-power-manager/trunk/src/xfpm-dbus-messages.c
Log:
correct dbus timeout

Modified: xfce4-power-manager/trunk/src/xfpm-dbus-messages.c
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-dbus-messages.c	2008-10-19 13:47:03 UTC (rev 5710)
+++ xfce4-power-manager/trunk/src/xfpm-dbus-messages.c	2008-10-19 13:47:25 UTC (rev 5711)
@@ -166,7 +166,7 @@
     if(!dbus_connection_send_with_reply(connection,
                                         message,
                                         &pend,
-                                        100))
+                                        -1))
     {
         dbus_message_unref(message);
         dbus_connection_unref(connection);




More information about the Goodies-commits mailing list