[gimp] Bug 677733 - Export image: duplicate list item for TIFF export
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 677733 - Export image: duplicate list item for TIFF export
- Date: Thu, 1 Nov 2012 18:22:44 +0000 (UTC)
commit 9615f233ba16a5041f5a386f0865c8171bee6986
Author: Michael Natterer <mitch gimp org>
Date: Thu Nov 1 19:21:24 2012 +0100
Bug 677733 - Export image: duplicate list item for TIFF export
Don't register a mime-type for the alternative file-tiff-save2
procedure, it's not supposed to be registered as file procedure, and
only usable from scripts anyway.
plug-ins/common/file-tiff-save.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/file-tiff-save.c b/plug-ins/common/file-tiff-save.c
index 15fdd9f..3cdd806 100644
--- a/plug-ins/common/file-tiff-save.c
+++ b/plug-ins/common/file-tiff-save.c
@@ -205,8 +205,6 @@ query (void)
GIMP_PLUGIN,
G_N_ELEMENTS (save_args), 0,
save_args, NULL);
-
- gimp_register_file_handler_mime (SAVE2_PROC, "image/tiff");
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]