summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserwidget.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-05-14 04:25:34 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-05-14 04:25:34 +0000
commit113f364a37cefbef4eabb2c40070e08357a1b157 (patch)
tree8d1c6780766d0470c72d31978d1b6b58cfda62bf /gtk/gtkfilechooserwidget.c
parent1ad9d62428e79b3b5f2a5609ba44a7320bd77b9c (diff)
downloadgtk+-113f364a37cefbef4eabb2c40070e08357a1b157.tar.gz
More of the same
Diffstat (limited to 'gtk/gtkfilechooserwidget.c')
-rw-r--r--gtk/gtkfilechooserwidget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c
index dceb774f27..6ff7cd3b6a 100644
--- a/gtk/gtkfilechooserwidget.c
+++ b/gtk/gtkfilechooserwidget.c
@@ -49,7 +49,7 @@ G_DEFINE_TYPE_WITH_CODE (GtkFileChooserWidget, gtk_file_chooser_widget, GTK_TYPE
G_IMPLEMENT_INTERFACE (GTK_TYPE_FILE_CHOOSER,
_gtk_file_chooser_delegate_iface_init)
G_IMPLEMENT_INTERFACE (GTK_TYPE_FILE_CHOOSER_EMBED,
- _gtk_file_chooser_embed_delegate_iface_init));
+ _gtk_file_chooser_embed_delegate_iface_init))
static void
gtk_file_chooser_widget_class_init (GtkFileChooserWidgetClass *class)