mirror of https://github.com/GNOME/gimp.git
app: some tab cleaning.
This commit is contained in:
parent
8b25891ddd
commit
ced32ceabf
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue