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

Ali Abdallah aliov at xfce.org
Thu Oct 16 14:21:13 CEST 2008


Author: aliov
Date: 2008-10-16 12:21:13 +0000 (Thu, 16 Oct 2008)
New Revision: 5646

Modified:
   xfce4-power-manager/trunk/src/xfpm-driver.c
Log:
Fix a bug when proccessing shutdown request

Modified: xfce4-power-manager/trunk/src/xfpm-driver.c
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-driver.c	2008-10-16 12:21:00 UTC (rev 5645)
+++ xfce4-power-manager/trunk/src/xfpm-driver.c	2008-10-16 12:21:13 UTC (rev 5646)
@@ -722,7 +722,7 @@
     }
 
     /* Block any other event here */    
-    /*
+    
     priv->accept_sleep_request = FALSE;    
     
     switch ( action )
@@ -738,7 +738,7 @@
             break;    
         default:
             break;
-    } */       
+    } 
     
 }
 




More information about the Goodies-commits mailing list