[gthumb] allow to change the arguments order
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] allow to change the arguments order
- Date: Sun, 14 Nov 2010 10:41:58 +0000 (UTC)
commit 33cedc660df9f8d5c835066929ec99f3c452f76a
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sun Nov 14 11:32:45 2010 +0100
allow to change the arguments order
[bug #631113]
gthumb/gth-extensions.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-extensions.c b/gthumb/gth-extensions.c
index 8dbee74..cad8e1e 100644
--- a/gthumb/gth-extensions.c
+++ b/gthumb/gth-extensions.c
@@ -824,7 +824,7 @@ gth_extension_manager_deactivate (GthExtensionManager *manager,
GthExtensionDescription *child_description = scan->data;
if (gth_extension_description_is_active (child_description)) {
- *error = g_error_new (GTH_ERROR, GTH_ERROR_EXTENSION_DEPENDENCY, _("The extension '%s' is required by the extension '%s'"), description->name, child_description->name);
+ *error = g_error_new (GTH_ERROR, GTH_ERROR_EXTENSION_DEPENDENCY, _("The extension '%1$s' is required by the extension '%2$s'"), description->name, child_description->name);
break;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]