open images interactively. Fixes bug #168936.

2005-03-08  Sven Neumann  <sven@gimp.org>

	* app/file/file-open.c (file_open_layer): open images interactively.
	Fixes bug #168936.
This commit is contained in:
Sven Neumann 2005-03-08 16:39:20 +00:00 committed by Sven Neumann
parent 856961cbec
commit c2a6b89ede
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-03-08 Sven Neumann <sven@gimp.org>
* app/file/file-open.c (file_open_layer): open images interactively.
Fixes bug #168936.
2005-03-08 Sven Neumann <sven@gimp.org>
* app/tools/gimppaintoptions-gui.c (fade_options_gui)

View File

@ -362,7 +362,7 @@ file_open_layer (Gimp *gimp,
new_image = file_open_image (gimp, context, progress,
uri, uri,
NULL, GIMP_RUN_NONINTERACTIVE,
NULL, GIMP_RUN_INTERACTIVE,
status, &mime_type, error);
if (new_image)