mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 13:11:13 +00:00
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().
This commit is contained in:
parent
27a3785511
commit
343ff7dea5
@ -1,3 +1,12 @@
|
|||||||
|
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().
|
||||||
|
|
||||||
Thu Jun 10 00:36:15 2004 Matthias Clasen <maclas@gmx.de>
|
Thu Jun 10 00:36:15 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkcalendar.c (gtk_calendar_main_button): Start
|
* gtk/gtkcalendar.c (gtk_calendar_main_button): Start
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
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().
|
||||||
|
|
||||||
Thu Jun 10 00:36:15 2004 Matthias Clasen <maclas@gmx.de>
|
Thu Jun 10 00:36:15 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkcalendar.c (gtk_calendar_main_button): Start
|
* gtk/gtkcalendar.c (gtk_calendar_main_button): Start
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
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().
|
||||||
|
|
||||||
Thu Jun 10 00:36:15 2004 Matthias Clasen <maclas@gmx.de>
|
Thu Jun 10 00:36:15 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkcalendar.c (gtk_calendar_main_button): Start
|
* gtk/gtkcalendar.c (gtk_calendar_main_button): Start
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
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().
|
||||||
|
|
||||||
Thu Jun 10 00:36:15 2004 Matthias Clasen <maclas@gmx.de>
|
Thu Jun 10 00:36:15 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkcalendar.c (gtk_calendar_main_button): Start
|
* gtk/gtkcalendar.c (gtk_calendar_main_button): Start
|
||||||
|
@ -1641,7 +1641,7 @@ gtk_file_chooser_remove_shortcut_folder (GtkFileChooser *chooser,
|
|||||||
* @chooser: a #GtkFileChooser
|
* @chooser: a #GtkFileChooser
|
||||||
*
|
*
|
||||||
* Queries the list of shortcut folders in the file chooser, as set by
|
* 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
|
* 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
|
* 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
|
* @chooser: a #GtkFileChooser
|
||||||
*
|
*
|
||||||
* Queries the list of shortcut folders in the file chooser, as set by
|
* 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
|
* 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
|
* folders. Free the returned list with g_slist_free(), and the URIs with
|
||||||
|
Loading…
Reference in New Issue
Block a user