[gimp/wip/wormnest/iptc-multiple-keys: 5/7] plug-ins: fix incorrect struct used for comparison in metadata-editor.
- From: Jacob Boerema <jboerema src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/wormnest/iptc-multiple-keys: 5/7] plug-ins: fix incorrect struct used for comparison in metadata-editor.
- Date: Tue, 17 Nov 2020 00:12:35 +0000 (UTC)
commit 9a151f94bb72180829ae2fc1b51fcd282360d283
Author: Jacob Boerema <jgboerema gmail com>
Date: Mon Nov 16 15:53:28 2020 -0500
plug-ins: fix incorrect struct used for comparison in metadata-editor.
plug-ins/metadata/metadata-editor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plug-ins/metadata/metadata-editor.c b/plug-ins/metadata/metadata-editor.c
index c92ce4f935..c8f2c627b5 100644
--- a/plug-ins/metadata/metadata-editor.c
+++ b/plug-ins/metadata/metadata-editor.c
@@ -5082,7 +5082,7 @@ metadata_editor_write_callback (GtkWidget *dialog,
creatorContactInfoTags[i].tag);
}
}
- else if (! strcmp ("multi", default_metadata_tags[i].mode))
+ else if (! strcmp ("multi", creatorContactInfoTags[i].mode))
{
GtkTextView *text_view = GTK_TEXT_VIEW (object);
GtkTextBuffer *buffer;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]