mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-30 10:56:37 +02: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=/branches/glib-2-16/; revision=6761
This commit is contained in:
committed by
Alexander Larsson
parent
4a79033e0c
commit
184395e26d
@@ -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-27 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
Merge from trunk:
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user