From 5127b10e8b374739b456a83292235c7f024b928f Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 4 Jun 2002 12:19:33 +0000 Subject: Added this function to set the user visible name of this collection. 2002-06-04 Christopher James Lahey * gal-view-collection.c, gal-view-collection.h (gal_view_collection_set_title): Added this function to set the user visible name of this collection. * gal-define-views-dialog.c (gal_define_views_dialog_init): Set the Define Views for %s label. Fixes Ximian bug #2100 and #4080. svn path=/trunk/; revision=17100 --- widgets/menus/gal-view-collection.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'widgets/menus/gal-view-collection.h') diff --git a/widgets/menus/gal-view-collection.h b/widgets/menus/gal-view-collection.h index 89501cda4c..68e7cae4b7 100644 --- a/widgets/menus/gal-view-collection.h +++ b/widgets/menus/gal-view-collection.h @@ -57,6 +57,8 @@ typedef struct { char *local_dir; char *default_view; + + char *title; } GalViewCollection; typedef struct { @@ -87,7 +89,9 @@ struct GalViewCollectionItem { GtkType gal_view_collection_get_type (void); GalViewCollection *gal_view_collection_new (void); -/* Set up the view collection. Call these three functions before ever doing load or save and never call them again. */ +void gal_view_collection_set_title (GalViewCollection *collection, + const char *title); +/* Set up the view collection. Call these two functions before ever doing load or save and never call them again. */ void gal_view_collection_set_storage_directories (GalViewCollection *collection, const char *system_dir, const char *local_dir); -- cgit v1.2.3