diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-05-31 04:29:01 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-05-31 04:29:01 +0000 |
commit | 83f413b1309c83fd477843d4f39fb128f37bce33 (patch) | |
tree | ff62f5558f8aebf0b063dab3f6cfc092cb7f2d48 /gtk/gtkfilechooser.c | |
parent | 540ca682cff8e18ca7d079b6c1250a82f70993f6 (diff) | |
download | gtk+-83f413b1309c83fd477843d4f39fb128f37bce33.tar.gz |
Fix a typo.
Mon May 31 00:27:33 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkfilechooserutils.c (_gtk_file_chooser_set_delegate): Fix
a typo.
Mon May 31 00:23:55 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkfilechooser.c (gtk_file_chooser_set_preview_widget):
Refer to ::update-preview, not ::selection-changed.
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r-- | gtk/gtkfilechooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index 12bc6b1c3b..876fe390fb 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -1107,7 +1107,7 @@ _gtk_file_chooser_get_file_system (GtkFileChooser *chooser) * * Sets an application-supplied widget to use to display a custom preview * of the currently selected file. To implement a preview, after setting the - * preview widget, you connect to the ::selection-changed + * preview widget, you connect to the ::update-preview * signal, and call gtk_file_chooser_get_preview_filename() or * gtk_file_chooser_get_preview_uri() on each change. If you can * display a preview of the new file, update your widget and |