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

Ali Abdallah aliov at xfce.org
Tue Nov 18 11:08:34 CET 2008


Author: aliov
Date: 2008-11-18 10:08:33 +0000 (Tue, 18 Nov 2008)
New Revision: 6133

Modified:
   xfce4-power-manager/trunk/src/xfpm-driver.c
Log:
Fix the name of the method to make NetworkManager wakes up

Modified: xfce4-power-manager/trunk/src/xfpm-driver.c
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-driver.c	2008-11-18 10:02:27 UTC (rev 6132)
+++ xfce4-power-manager/trunk/src/xfpm-driver.c	2008-11-18 10:08:33 UTC (rev 6133)
@@ -678,7 +678,7 @@
     
     priv->accept_sleep_request = TRUE;
 	if ( priv->nm_responding )
-		xfpm_dbus_send_nm_message("wakeup");
+		xfpm_dbus_send_nm_message("wake");
     
     return FALSE;
     
@@ -708,7 +708,7 @@
         
     priv->accept_sleep_request = TRUE;
 	if ( priv->nm_responding )
-		xfpm_dbus_send_nm_message("wakeup");
+		xfpm_dbus_send_nm_message("wake");
 		
     return FALSE;
     




More information about the Goodies-commits mailing list