From d880e7f2d8b7935b46ff397249567a484dda27ab Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Fri, 27 Feb 2004 22:01:00 +0000 Subject: [PATCH] app/gui/file-dialog-utils.c app/widgets/gimpfiledialog.c some irrelevant 2004-02-27 Michael Natterer * app/gui/file-dialog-utils.c * app/widgets/gimpfiledialog.c * libgimpwidgets/gimpfileentry.[ch]: some irrelevant micro changes to make that patch smaller. --- libgimpwidgets/gimpfileentry.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libgimpwidgets/gimpfileentry.h b/libgimpwidgets/gimpfileentry.h index b0afcb0e35..854921bb0e 100644 --- a/libgimpwidgets/gimpfileentry.h +++ b/libgimpwidgets/gimpfileentry.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball * * gimpfileentry.h - * Copyright (C) 1999-2003 Michael Natterer + * Copyright (C) 1999-2004 Michael Natterer * * This library is free software; you can redistribute it and/or * 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, - 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,