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.
This commit is contained in:
Matthias Clasen 2004-05-31 04:29:01 +00:00 committed by Matthias Clasen
parent 540ca682cf
commit 83f413b130
6 changed files with 42 additions and 2 deletions

View File

@ -1,3 +1,13 @@
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.
2004-05-29 Christian Rose <menthos@menthos.com>
* configure.in: Added "tk" to ALL_LINGUAS.

View File

@ -1,3 +1,13 @@
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.
2004-05-29 Christian Rose <menthos@menthos.com>
* configure.in: Added "tk" to ALL_LINGUAS.

View File

@ -1,3 +1,13 @@
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.
2004-05-29 Christian Rose <menthos@menthos.com>
* configure.in: Added "tk" to ALL_LINGUAS.

View File

@ -1,3 +1,13 @@
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.
2004-05-29 Christian Rose <menthos@menthos.com>
* configure.in: Added "tk" to ALL_LINGUAS.

View File

@ -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

View File

@ -151,7 +151,7 @@ _gtk_file_chooser_delegate_iface_init (GtkFileChooserIface *iface)
* Establishes that calls on @receiver for #GtkFileChooser
* methods should be delegated to @delegate, and that
* #GtkFileChooser signals emitted on @delegate should be
* forwarded to @receiver. Must be used in confunction with
* forwarded to @receiver. Must be used in conjunction with
* _gtk_file_chooser_delegate_iface_init().
**/
void