summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserutils.h
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-07-21 02:30:19 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-07-21 02:30:19 +0000
commit4466345809a27ee96f54b83c7a9fb94808e8439d (patch)
tree3fda97cf5b6167883a3639f369034334dbca239c /gtk/gtkfilechooserutils.h
parenta05ba63d74084519c0ee61ccc2f9efa63acfc602 (diff)
downloadgtk+-4466345809a27ee96f54b83c7a9fb94808e8439d.tar.gz
Remove trailing commas from enumerations. (#148035)
Tue Jul 20 22:26:29 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkfilechooserutils.h: * gtk/gtktoolbutton.c: * gtk/gtktoolbar.c: * gtk/gtkicontheme.c: * gtk/gtkcalendar.c: * demos/gtk-demo/ui_manager.c: * demos/gtk-demo/appwindow.c: Remove trailing commas from enumerations. (#148035)
Diffstat (limited to 'gtk/gtkfilechooserutils.h')
-rw-r--r--gtk/gtkfilechooserutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserutils.h b/gtk/gtkfilechooserutils.h
index 73e2c423fe..604564ece5 100644
--- a/gtk/gtkfilechooserutils.h
+++ b/gtk/gtkfilechooserutils.h
@@ -38,7 +38,7 @@ typedef enum {
GTK_FILE_CHOOSER_PROP_EXTRA_WIDGET,
GTK_FILE_CHOOSER_PROP_SELECT_MULTIPLE,
GTK_FILE_CHOOSER_PROP_SHOW_HIDDEN,
- GTK_FILE_CHOOSER_PROP_LAST = GTK_FILE_CHOOSER_PROP_SHOW_HIDDEN,
+ GTK_FILE_CHOOSER_PROP_LAST = GTK_FILE_CHOOSER_PROP_SHOW_HIDDEN
} GtkFileChooserProp;
void _gtk_file_chooser_install_properties (GObjectClass *klass);