summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdialog.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-07-11 19:18:36 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-07-11 19:18:36 +0000
commit7f8ae32c1d8c48cb361d1864c27a69f27f6a2dbd (patch)
tree8d00400d98eb3f137b13b35fdbe6f1a4df2ee3ab /gtk/gtkfilechooserdialog.c
parent10d77dd6dae4ab21fc4c2b441e73a403905ab6aa (diff)
downloadgtk+-7f8ae32c1d8c48cb361d1864c27a69f27f6a2dbd.tar.gz
Add gtk_file_chooser_set_current_name() to set the current entry contents.
Fri Jul 11 14:37:07 2003 Owen Taylor <otaylor@redhat.com> * gtkfilechooser.[ch] gtkfilechooserprivate.h gtkfilechooserimpldefault.c: Add gtk_file_chooser_set_current_name() to set the current entry contents. * *.c: Consistently use '-' not '_' in property names and signal names. * gtkfilechooser.c: Document all exported functions.
Diffstat (limited to 'gtk/gtkfilechooserdialog.c')
-rw-r--r--gtk/gtkfilechooserdialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserdialog.c b/gtk/gtkfilechooserdialog.c
index b6ab558f2d..fd40dc1ca5 100644
--- a/gtk/gtkfilechooserdialog.c
+++ b/gtk/gtkfilechooserdialog.c
@@ -131,7 +131,7 @@ gtk_file_chooser_dialog_constructor (GType type,
if (priv->file_system)
priv->widget = g_object_new (GTK_TYPE_FILE_CHOOSER_WIDGET,
- "file_system", priv->file_system,
+ "file-system", priv->file_system,
NULL);
else
priv->widget = g_object_new (GTK_TYPE_FILE_CHOOSER_WIDGET, NULL);