app: some tab cleaning.

This commit is contained in:
Jehan 2016-11-22 22:22:59 +01:00
parent 8b25891ddd
commit ced32ceabf
1 changed files with 2 additions and 2 deletions

View File

@ -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);