diff --git a/ChangeLog b/ChangeLog index 7c8c435fa7..19f57c1c0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-06-10 Federico Mena Quintero + + Fixes #144110, patch by Bastien Nocera . + + * 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(). + Thu Jun 10 00:36:15 2004 Matthias Clasen * gtk/gtkcalendar.c (gtk_calendar_main_button): Start diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 7c8c435fa7..19f57c1c0b 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,12 @@ +2004-06-10 Federico Mena Quintero + + Fixes #144110, patch by Bastien Nocera . + + * 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(). + Thu Jun 10 00:36:15 2004 Matthias Clasen * gtk/gtkcalendar.c (gtk_calendar_main_button): Start diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 7c8c435fa7..19f57c1c0b 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,12 @@ +2004-06-10 Federico Mena Quintero + + Fixes #144110, patch by Bastien Nocera . + + * 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(). + Thu Jun 10 00:36:15 2004 Matthias Clasen * gtk/gtkcalendar.c (gtk_calendar_main_button): Start diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 7c8c435fa7..19f57c1c0b 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,12 @@ +2004-06-10 Federico Mena Quintero + + Fixes #144110, patch by Bastien Nocera . + + * 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(). + Thu Jun 10 00:36:15 2004 Matthias Clasen * gtk/gtkcalendar.c (gtk_calendar_main_button): Start diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index 876fe390fb..1a790c8946 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