From b4e4bbd594ad84de4221e501bf3048082469dc32 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 28 Mar 2008 11:44:04 +0000 Subject: [PATCH] Reuse old string instead of adding new one. 2008-03-28 Alexander Larsson * glocalfile.c (g_local_file_move): Reuse old string instead of adding new one. svn path=/trunk/; revision=6762 --- gio/ChangeLog | 5 +++++ gio/glocalfile.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index db334281..ceadde99 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,8 @@ +2008-03-28 Alexander Larsson + + * glocalfile.c (g_local_file_move): + Reuse old string instead of adding new one. + 2008-03-28 Lin Ma * fen/*.[hc]: still copyright issue. I hate copyright. diff --git a/gio/glocalfile.c b/gio/glocalfile.c index 529d8083..d2da9c77 100644 --- a/gio/glocalfile.c +++ b/gio/glocalfile.c @@ -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; } } -- 2.34.1