mirror of https://github.com/GNOME/gimp.git
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.
This commit is contained in:
parent
f3f72b720c
commit
9615f233ba
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue