[Goodies-commits] r2528 - in xfce4-mount-plugin/trunk: . panel-plugin

Fabian Nowak timystery at xfce.org
Thu Mar 1 16:18:30 CET 2007


Author: timystery
Date: 2007-03-01 15:18:30 +0000 (Thu, 01 Mar 2007)
New Revision: 2528

Modified:
   xfce4-mount-plugin/trunk/ChangeLog
   xfce4-mount-plugin/trunk/panel-plugin/helpers.c
Log:
- summed up changes in ChangeLog
- added missing "NULL" in string.



Modified: xfce4-mount-plugin/trunk/ChangeLog
===================================================================
--- xfce4-mount-plugin/trunk/ChangeLog	2007-03-01 10:24:25 UTC (rev 2527)
+++ xfce4-mount-plugin/trunk/ChangeLog	2007-03-01 15:18:30 UTC (rev 2528)
@@ -1,3 +1,18 @@
+01 march 2007 - version 0.5.0
+- removed bug with mount points containing ugly spaces
+- removed compilation warnings
+
+01 march 2007 - version 0.5.0beta
+- testing pre-release
+
+28 february 2007 - version 0.5.0alpha
+- exclusion of file systems
+- new translation: ukrainian
+
+25 february 2007 - version pre 0.5.0
+- new settings dialog
+- CD eject option
+
 18 september 2005 - version 0.3.2
 - ukrainian tranlation
 - russian translation

Modified: xfce4-mount-plugin/trunk/panel-plugin/helpers.c
===================================================================
--- xfce4-mount-plugin/trunk/panel-plugin/helpers.c	2007-03-01 10:24:25 UTC (rev 2527)
+++ xfce4-mount-plugin/trunk/panel-plugin/helpers.c	2007-03-01 15:18:30 UTC (rev 2528)
@@ -118,7 +118,7 @@
 			s = strchr(t, ' ');
 			s[0] = '\\';
 			s[1] = '\0';
-			s = g_strconcat (t, strchr(mountpoint, ' '));
+			s = g_strconcat (t, strchr(mountpoint, ' '), NULL);
 			/* g_free(t); */
         }
         else




More information about the Goodies-commits mailing list