changed return value from gboolean to void because the function is no

2004-02-26  Michael Natterer  <mitch@gimp.org>

	* app/gui/file-dialog-utils.[ch] (file_dialog_hide): changed
	return value from gboolean to void because the function is no
	longer used as "delete_event" callback.

	* app/gui/file-open-dialog.c
	* app/gui/file-save-dialog.c: removed unused #includes.
This commit is contained in:
Michael Natterer
2004-02-26 20:40:20 +00:00
committed by Michael Natterer
parent 5568644538
commit 771e1ea330
9 changed files with 15 additions and 70 deletions

View File

@ -31,7 +31,7 @@ GtkWidget * file_dialog_new (Gimp *gimp,
void file_dialog_show (GtkWidget *filesel,
GtkWidget *parent);
gboolean file_dialog_hide (GtkWidget *filesel);
void file_dialog_hide (GtkWidget *filesel);
void file_dialog_update_name (PlugInProcDef *proc,
GtkFileSelection *filesel);