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:01:00 +00:00 committed by Michael Natterer
parent babcd868bf
commit d880e7f2d8
1 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
* Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball * Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball
* *
* gimpfileentry.h * gimpfileentry.h
* Copyright (C) 1999-2003 Michael Natterer <mitch@gimp.org> * Copyright (C) 1999-2004 Michael Natterer <mitch@gimp.org>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
@ -67,12 +67,12 @@ struct _GimpFileEntryClass
}; };
GType gimp_file_entry_get_type (void) G_GNUC_CONST; GType gimp_file_entry_get_type (void) G_GNUC_CONST;
GtkWidget * gimp_file_entry_new (const gchar *title, GtkWidget * gimp_file_entry_new (const gchar *title,
const gchar *filename, const gchar *filename,
gboolean dir_only, gboolean dir_only,
gboolean check_valid); gboolean check_valid);
gchar * gimp_file_entry_get_filename (GimpFileEntry *entry); gchar * gimp_file_entry_get_filename (GimpFileEntry *entry);
void gimp_file_entry_set_filename (GimpFileEntry *entry, void gimp_file_entry_set_filename (GimpFileEntry *entry,