Reuse old string instead of adding new one.
authorAlexander Larsson <alexl@redhat.com>
Fri, 28 Mar 2008 11:44:04 +0000 (11:44 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Fri, 28 Mar 2008 11:44:04 +0000 (11:44 +0000)
2008-03-28  Alexander Larsson  <alexl@redhat.com>

* glocalfile.c (g_local_file_move):
Reuse old string instead of adding new one.

svn path=/trunk/; revision=6762

gio/ChangeLog
gio/glocalfile.c

index db33428..ceadde9 100644 (file)
@@ -1,3 +1,8 @@
+2008-03-28  Alexander Larsson  <alexl@redhat.com>
+
+       * glocalfile.c (g_local_file_move):
+       Reuse old string instead of adding new one.
+
 2008-03-28  Lin Ma  <Lin.Ma@Sun.COM>
 
        * fen/*.[hc]: still copyright issue. I hate copyright.
index 529d808..d2da9c7 100644 (file)
@@ -2102,7 +2102,7 @@ g_local_file_move (GFile                  *source,
                g_set_error (error,
                             G_IO_ERROR,
                             G_IO_ERROR_IS_DIRECTORY,
-                            _("File is directory"));
+                            _("Can't copy over directory"));
              return FALSE;
            }
        }