Bug 555311 – format not a string literal and no format arguments

svn path=/trunk/; revision=7597
This commit is contained in:
Christian Persch
2008-10-13 12:43:37 +00:00
parent 6eb38fb4db
commit 630f89fb1a
4 changed files with 77 additions and 64 deletions

View File

@@ -609,8 +609,7 @@ run_in_thread (GIOSchedulerJob *job,
g_simple_async_result_set_error (simple,
G_IO_ERROR,
G_IO_ERROR_CANCELLED,
"%s",
_("Operation was cancelled"));
"%s", _("Operation was cancelled"));
else
data->func (simple,
simple->source_object,