[Goodies-commits] r2517 - xfce4-mount-plugin/trunk/panel-plugin

Fabian Nowak timystery at xfce.org
Tue Feb 27 22:51:05 CET 2007


Author: timystery
Date: 2007-02-27 21:51:05 +0000 (Tue, 27 Feb 2007)
New Revision: 2517

Modified:
   xfce4-mount-plugin/trunk/panel-plugin/helpers.c
Log:
- Got exclusion of mount points and devices running


Modified: xfce4-mount-plugin/trunk/panel-plugin/helpers.c
===================================================================
--- xfce4-mount-plugin/trunk/panel-plugin/helpers.c	2007-02-27 17:38:51 UTC (rev 2516)
+++ xfce4-mount-plugin/trunk/panel-plugin/helpers.c	2007-02-27 21:51:05 UTC (rev 2517)
@@ -48,7 +48,7 @@
         q[0] = '\0';
         g_ptr_array_add (array, g_strdup(p));
         g_printf("p=%s\n", p);
-        p = q+2;
+        p = q+1;
 
         q = strchr (p, ' ');
         retval++;




More information about the Goodies-commits mailing list