app/gui/file-dialog-utils.c app/widgets/gimpfiledialog.c some irrelevant

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

	* app/gui/file-dialog-utils.c
	* app/widgets/gimpfiledialog.c
	* libgimpwidgets/gimpfileentry.[ch]: some irrelevant micro changes
	to make that patch smaller.
This commit is contained in:
Michael Natterer
2004-02-27 22:25:37 +00:00
committed by Michael Natterer
parent d880e7f2d8
commit 5bdd1635c8
6 changed files with 19 additions and 22 deletions

View File

@ -69,10 +69,10 @@ struct _GimpFileEntryClass
GType gimp_file_entry_get_type (void) G_GNUC_CONST;
GtkWidget * gimp_file_entry_new (const gchar *title,
const gchar *filename,
gboolean dir_only,
gboolean check_valid);
GtkWidget * gimp_file_entry_new (const gchar *title,
const gchar *filename,
gboolean dir_only,
gboolean check_valid);
gchar * gimp_file_entry_get_filename (GimpFileEntry *entry);
void gimp_file_entry_set_filename (GimpFileEntry *entry,