[gimp] app: some tab cleaning.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: some tab cleaning.
- Date: Tue, 22 Nov 2016 21:43:23 +0000 (UTC)
commit ced32ceabfb568e69241e0e31304581bf98cbd92
Author: Jehan <jehan girinstud io>
Date: Tue Nov 22 22:22:59 2016 +0100
app: some tab cleaning.
app/dialogs/palette-import-dialog.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/dialogs/palette-import-dialog.c b/app/dialogs/palette-import-dialog.c
index 425dd78..ba9baf9 100644
--- a/app/dialogs/palette-import-dialog.c
+++ b/app/dialogs/palette-import-dialog.c
@@ -519,8 +519,8 @@ palette_import_image_changed (GimpContext *context,
gchar *label;
label = g_strdup_printf ("%s-%d",
- gimp_image_get_display_name (image),
- gimp_image_get_ID (image));
+ gimp_image_get_display_name (image),
+ gimp_image_get_ID (image));
gtk_entry_set_text (GTK_ENTRY (private->entry), label);
g_free (label);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]