[Goodies-commits] r3410 - xfce4-smartpm-plugin/trunk/src

Anders F Bjorklund afb at xfce.org
Sat Oct 20 11:51:46 CEST 2007


Author: afb
Date: 2007-10-20 09:51:46 +0000 (Sat, 20 Oct 2007)
New Revision: 3410

Modified:
   xfce4-smartpm-plugin/trunk/src/xfcesmart.c
Log:
add /usr/sbin to path

Modified: xfce4-smartpm-plugin/trunk/src/xfcesmart.c
===================================================================
--- xfce4-smartpm-plugin/trunk/src/xfcesmart.c	2007-10-20 09:23:35 UTC (rev 3409)
+++ xfce4-smartpm-plugin/trunk/src/xfcesmart.c	2007-10-20 09:51:46 UTC (rev 3410)
@@ -51,7 +51,7 @@
 
 #include "xfcesmart.h"
 
-#define SMART_PATH    "/usr/local/bin:/usr/bin:/bin:/opt/gnome/bin"
+#define SMART_PATH    "/usr/local/bin:/usr/bin:/usr/sbin:/bin:/opt/gnome/bin"
 #define SMART_LANG    "C" /* we're looking for certain phrases... */
 
 enum




More information about the Goodies-commits mailing list