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 db334281453323b0c30cb96d0b4bc558433420e6..ceadde99997f911984a55a6e565430ce959e40ab 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 529d80837248042cf6a22c338381c167aebba15d..d2da9c77d63d57dc5f4c6afff3adcf1dce57c225 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;
            }
        }