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
+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.
g_set_error (error,
G_IO_ERROR,
G_IO_ERROR_IS_DIRECTORY,
- _("File is directory"));
+ _("Can't copy over directory"));
return FALSE;
}
}