Author: benny
Date: 2006-09-11 19:49:08 +0000 (Mon, 11 Sep 2006)
New Revision: 23127

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/thunar-vfs/thunar-vfs-io-local-xfer.c
Log:
2006-09-11      Benedikt Meurer <[EMAIL PROTECTED]>

        * thunar-vfs/thunar-vfs-io-local-xfer.c
          (_thunar_vfs_io_local_xfer_next_path): Remove duplicate const.
          Bug #2300.




Modified: thunar/trunk/ChangeLog
===================================================================
--- thunar/trunk/ChangeLog      2006-09-11 08:20:45 UTC (rev 23126)
+++ thunar/trunk/ChangeLog      2006-09-11 19:49:08 UTC (rev 23127)
@@ -1,3 +1,9 @@
+2006-09-11     Benedikt Meurer <[EMAIL PROTECTED]>
+
+       * thunar-vfs/thunar-vfs-io-local-xfer.c
+         (_thunar_vfs_io_local_xfer_next_path): Remove duplicate const.
+         Bug #2300.
+
 2006-09-10     Benedikt Meurer <[EMAIL PROTECTED]>
 
        * plugins/thunar-uca/uca.xml.in: Use exo-open for the default "Open

Modified: thunar/trunk/thunar-vfs/thunar-vfs-io-local-xfer.c
===================================================================
--- thunar/trunk/thunar-vfs/thunar-vfs-io-local-xfer.c  2006-09-11 08:20:45 UTC 
(rev 23126)
+++ thunar/trunk/thunar-vfs/thunar-vfs-io-local-xfer.c  2006-09-11 19:49:08 UTC 
(rev 23127)
@@ -358,7 +358,7 @@
                                      ThunarVfsIOLocalXferMode mode,
                                      GError                 **error)
 {
-  static const gchar const NAMES[3][2][19] =
+  static const gchar NAMES[3][2][19] =
   {
     {
       N_ ("copy of %s"),

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to