do actually use a save dialog here. Fixes bug #159194.

2004-11-23  Sven Neumann  <sven@gimp.org>

	* plug-ins/imagemap/imap_file.c (do_file_save_as_dialog): do
	actually use a save dialog here. Fixes bug #159194.
This commit is contained in:
Sven Neumann 2004-11-23 14:09:40 +00:00 committed by Sven Neumann
parent f653295e5d
commit f6288226c3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-11-23 Sven Neumann <sven@gimp.org>
* plug-ins/imagemap/imap_file.c (do_file_save_as_dialog): do
actually use a save dialog here. Fixes bug #159194.
2004-11-23 Sven Neumann <sven@gimp.org>
* app/core/gimpdrawable.c (gimp_drawable_resize): do nothing if

View File

@ -165,7 +165,7 @@ do_file_save_as_dialog (void)
dialog =
gtk_file_chooser_dialog_new (_("Save Imagemap"),
NULL,
GTK_FILE_CHOOSER_ACTION_OPEN,
GTK_FILE_CHOOSER_ACTION_SAVE,
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
GTK_STOCK_OPEN, GTK_RESPONSE_OK,