summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooser.c
diff options
context:
space:
mode:
authorMariano Suárez-Alvarez <mariano@gnome.org>2006-12-26 22:20:06 +0000
committerMariano Suárez-Alvarez <mariano@src.gnome.org>2006-12-26 22:20:06 +0000
commit0b0746e44d176ed6eb839257cc3cb9b6065a9978 (patch)
treedacf5061a550c646060a1b7fe101bf8c292c5e45 /gtk/gtkfilechooser.c
parent962e54f14042cc9fa921cd07a1ec2aeb30228a61 (diff)
downloadgtk+-0b0746e44d176ed6eb839257cc3cb9b6065a9978.tar.gz
Add a file-set signal to the filechooser button. Bug 353196.
2006-12-26 Mariano Suárez-Alvarez <mariano@gnome.org> * gtk/gtkfilechooserbuuton.[hc]: Add a file-set signal to the filechooser button. Bug 353196.
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r--gtk/gtkfilechooser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c
index 384a89bcef..68243520b9 100644
--- a/gtk/gtkfilechooser.c
+++ b/gtk/gtkfilechooser.c
@@ -140,7 +140,7 @@ gtk_file_chooser_class_init (gpointer g_iface)
* gtk_file_chooser_get_preview_filename() or
* gtk_file_chooser_get_preview_uri() to get the name of the file to preview.
* Your widget may not be able to preview all kinds of files; your callback
- * must call gtk_file_chooser_set_preview_wiget_active() to inform the file
+ * must call gtk_file_chooser_set_preview_widget_active() to inform the file
* chooser about whether the preview was generated successfully or not.
*
* Please see the example code in <xref linkend="gtkfilechooser-preview"/>.