[gimp/gimp-attributes-wip: 37/102] plug-in attributes: revert the useless xmp import Importing xmp packet data is useless, because sett
- From: Hartmut Kuhse <hartmutkuhse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-attributes-wip: 37/102] plug-in attributes: revert the useless xmp import Importing xmp packet data is useless, because sett
- Date: Mon, 9 Mar 2015 07:34:32 +0000 (UTC)
commit 0c931858adc2217405ca8cb75239bfb7c5fa9757
Author: Hartmut Kuhse <hk_priv gmx de>
Date: Sun Feb 22 17:39:35 2015 +0100
plug-in attributes: revert the useless xmp import
Importing xmp packet data is useless, because
setting the packet to the image will delete all
existing metadata, leaving those of the xmp packet
left. As xmp packet do not store all metadata, a lot
of metadata would be lost.
plug-ins/common/attributes.c | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/plug-ins/common/attributes.c b/plug-ins/common/attributes.c
index 9a79ce4..f6eac1c 100644
--- a/plug-ins/common/attributes.c
+++ b/plug-ins/common/attributes.c
@@ -64,7 +64,6 @@
#define THUMB_SIZE 48
#define RESPONSE_EXPORT 1
-#define RESPONSE_IMPORT 2
#define RESPONSE_GPS 3
typedef enum
@@ -305,11 +304,6 @@ attributes_dialog_response (GtkWidget *widget,
case RESPONSE_EXPORT:
attributes_file_export_dialog (widget, attributes);
break;
- case RESPONSE_IMPORT:
- attributes_message_dialog (GTK_MESSAGE_ERROR, GTK_WINDOW (widget),
- _("Failed"),
- _("Not yet implemented"));
- break;
case RESPONSE_GPS:
attributes_show_gps (widget, attributes);
break;
@@ -398,8 +392,6 @@ attributes_dialog (gint32 item_id,
NULL, 0,
gimp_standard_help_func, PLUG_IN_HELP,
_("_Export XMP..."), RESPONSE_EXPORT,
- _("_Import XMP..."), RESPONSE_IMPORT,
-// _("_Show GPS..."), RESPONSE_GPS,
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
NULL);
@@ -424,7 +416,6 @@ attributes_dialog (gint32 item_id,
gtk_dialog_set_alternative_button_order (GTK_DIALOG (dialog),
RESPONSE_GPS,
RESPONSE_EXPORT,
- RESPONSE_IMPORT,
GTK_RESPONSE_CLOSE,
-1);
@@ -867,7 +858,6 @@ attributes_file_export_dialog (GtkWidget *parent,
g_free (suggest_file);
}
gtk_window_present (GTK_WINDOW (dlg));
-// gtk_dialog_run (GTK_DIALOG (dlg));
}
/* call default browser for google maps */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]