app/widgets/gimpfileprocview.c (gimp_file_proc_view_get_proc) better fix

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

	* app/widgets/gimpfileprocview.c (gimp_file_proc_view_get_proc)
	* app/widgets/gimpfiledialog.c (gimp_file_dialog_proc_changed):
	better fix for bug #158369.
This commit is contained in:
Sven Neumann 2004-11-15 13:50:02 +00:00 committed by Sven Neumann
parent 562b1595f2
commit fb0985a1c3
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
2004-11-15 Sven Neumann <sven@gimp.org>
* app/widgets/gimpfileprocview.c (gimp_file_proc_view_get_proc)
* app/widgets/gimpfiledialog.c (gimp_file_dialog_proc_changed):
better fix for bug #158369.

View File

@ -259,7 +259,7 @@ gimp_file_proc_view_get_proc (GimpFileProcView *view,
}
if (label)
label = NULL;
*label = NULL;
return NULL;
}