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

Ali Abdallah aliov at xfce.org
Mon Oct 20 17:10:41 CEST 2008


Author: aliov
Date: 2008-10-20 15:10:41 +0000 (Mon, 20 Oct 2008)
New Revision: 5722

Modified:
   xfce4-power-manager/trunk/src/xfpm-main.c
Log:
Create autostart directory if doesn't exists

Modified: xfce4-power-manager/trunk/src/xfpm-main.c
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-main.c	2008-10-20 15:10:00 UTC (rev 5721)
+++ xfce4-power-manager/trunk/src/xfpm-main.c	2008-10-20 15:10:41 UTC (rev 5722)
@@ -103,7 +103,7 @@
     
     if ( g_file_test(file,G_FILE_TEST_EXISTS) )
     {
-        g_print("xfce4 power manager autostart.desktop file already exists\n");
+        XFPM_DEBUG("xfce4 power manager autostart.desktop file already exists\n");
         g_free(file);
         return;
     }




More information about the Goodies-commits mailing list