mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 06:32:10 +01:00
Reuse old string instead of adding new one.
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
This commit is contained in:
parent
778488d993
commit
b4e4bbd594
@ -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.
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user