don't call file_dialog_update_name() here. Fixes bug #112273.

2003-06-16  Sven Neumann  <sven@gimp.org>

	* app/gui/file-open-dialog.c (file_open_dialog_set_type): don't
	call file_dialog_update_name() here. Fixes bug #112273.
This commit is contained in:
Sven Neumann 2003-06-16 14:38:00 +00:00 committed by Sven Neumann
parent 948e64ce0a
commit 067fb6a390
3 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2003-06-16 Sven Neumann <sven@gimp.org>
* app/gui/file-open-dialog.c (file_open_dialog_set_type): don't
call file_dialog_update_name() here. Fixes bug #112273.
2003-06-16 Michael Natterer <mitch@gimp.org>
* plug-ins/dbbrowser/dbbrowser_utils.c: minor cleanups.

View File

@ -105,8 +105,7 @@ static PlugInProcDef *load_file_proc = NULL;
void
file_open_dialog_set_type (PlugInProcDef *proc)
{
if (proc)
file_dialog_update_name (proc, GTK_FILE_SELECTION (fileload));
/* Don't call file_dialog_update_name() here, see bug #112273. */
load_file_proc = proc;
}

View File

@ -105,8 +105,7 @@ static PlugInProcDef *load_file_proc = NULL;
void
file_open_dialog_set_type (PlugInProcDef *proc)
{
if (proc)
file_dialog_update_name (proc, GTK_FILE_SELECTION (fileload));
/* Don't call file_dialog_update_name() here, see bug #112273. */
load_file_proc = proc;
}