diff options
author | Federico Mena Quintero <federico@ximian.com> | 2004-06-11 00:11:58 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2004-06-11 00:11:58 +0000 |
commit | 343ff7dea50a4520876d7635be7c0c7e90dc54e5 (patch) | |
tree | 545001cdc8ef10e3cbc377e7db046a4867ba58e9 /gtk/gtkfilechooser.c | |
parent | 27a3785511a04e425b4caeaf8a995c5036ad6ce5 (diff) | |
download | gdk-pixbuf-343ff7dea50a4520876d7635be7c0c7e90dc54e5.tar.gz |
Fixes #144110, patch by Bastien Nocera <hadess@hadess.net>.
2004-06-10 Federico Mena Quintero <federico@ximian.com>
Fixes #144110, patch by Bastien Nocera <hadess@hadess.net>.
* gtk/gtkfilechooser.c (gtk_file_chooser_list_shortcut_folders):
Refer to gtk_file_chooser_add_shortcut_folder().
(gtk_file_chooser_list_shortcut_folder_uris): Refer to
gtk_file_chooser_add_shortcut_folder_uri().
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r-- | gtk/gtkfilechooser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index 876fe390f..1a790c894 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -1641,7 +1641,7 @@ gtk_file_chooser_remove_shortcut_folder (GtkFileChooser *chooser, * @chooser: a #GtkFileChooser * * Queries the list of shortcut folders in the file chooser, as set by - * gtk_file_chooser_set_shortcut_folders(). + * gtk_file_chooser_add_shortcut_folder(). * * Return value: A list of folder filenames, or %NULL if there are no shortcut * folders. Free the returned list with g_slist_free(), and the filenames with @@ -1760,7 +1760,7 @@ gtk_file_chooser_remove_shortcut_folder_uri (GtkFileChooser *chooser, * @chooser: a #GtkFileChooser * * Queries the list of shortcut folders in the file chooser, as set by - * gtk_file_chooser_set_shortcut_folder_uris(). + * gtk_file_chooser_add_shortcut_folder_uri(). * * Return value: A list of folder URIs, or %NULL if there are no shortcut * folders. Free the returned list with g_slist_free(), and the URIs with |