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

Fabian Nowak timystery at xfce.org
Tue Feb 27 00:23:50 CET 2007


Author: timystery
Date: 2007-02-26 23:23:50 +0000 (Mon, 26 Feb 2007)
New Revision: 2514

Modified:
   xfce4-mount-plugin/trunk/panel-plugin/devices.c
Log:
found a line commented out erroneously



Modified: xfce4-mount-plugin/trunk/panel-plugin/devices.c
===================================================================
--- xfce4-mount-plugin/trunk/panel-plugin/devices.c	2007-02-26 23:21:22 UTC (rev 2513)
+++ xfce4-mount-plugin/trunk/panel-plugin/devices.c	2007-02-26 23:23:50 UTC (rev 2514)
@@ -503,7 +503,7 @@
 
 		DBG (" have entry: %s on %s \n", pmntent->mnt_fsname, pmntent->mnt_dir );
 
-		/* statfs(pmntent->mnt_dir, pstatfs); */
+		statfs(pmntent->mnt_dir, pstatfs);
 
 		/* if we got the stat and the block number is non-zero */
 




More information about the Goodies-commits mailing list