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:
Alexander Larsson 2008-03-28 11:44:04 +00:00 committed by Alexander Larsson
parent 778488d993
commit b4e4bbd594
2 changed files with 6 additions and 1 deletions

View 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.

View 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;
}
}