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:

committed by
Sven Neumann

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>
|
2003-06-16 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* plug-ins/dbbrowser/dbbrowser_utils.c: minor cleanups.
|
* plug-ins/dbbrowser/dbbrowser_utils.c: minor cleanups.
|
||||||
|
@ -105,8 +105,7 @@ static PlugInProcDef *load_file_proc = NULL;
|
|||||||
void
|
void
|
||||||
file_open_dialog_set_type (PlugInProcDef *proc)
|
file_open_dialog_set_type (PlugInProcDef *proc)
|
||||||
{
|
{
|
||||||
if (proc)
|
/* Don't call file_dialog_update_name() here, see bug #112273. */
|
||||||
file_dialog_update_name (proc, GTK_FILE_SELECTION (fileload));
|
|
||||||
|
|
||||||
load_file_proc = proc;
|
load_file_proc = proc;
|
||||||
}
|
}
|
||||||
|
@ -105,8 +105,7 @@ static PlugInProcDef *load_file_proc = NULL;
|
|||||||
void
|
void
|
||||||
file_open_dialog_set_type (PlugInProcDef *proc)
|
file_open_dialog_set_type (PlugInProcDef *proc)
|
||||||
{
|
{
|
||||||
if (proc)
|
/* Don't call file_dialog_update_name() here, see bug #112273. */
|
||||||
file_dialog_update_name (proc, GTK_FILE_SELECTION (fileload));
|
|
||||||
|
|
||||||
load_file_proc = proc;
|
load_file_proc = proc;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user