mirror of https://github.com/GNOME/gimp.git
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:
parent
948e64ce0a
commit
067fb6a390
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue