From 234221246d7325a49b54bc9cf970cc9f1fb4442f Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 4 Jun 2002 12:23:19 +0000 Subject: Set the title of our GalVIewCollection. 2002-06-04 Christopher James Lahey * gui/widgets/e-addressbook-view.c (init_collection): Set the title of our GalVIewCollection. svn path=/trunk/; revision=17102 --- addressbook/gui/widgets/e-addressbook-view.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'addressbook/gui/widgets/e-addressbook-view.c') diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c index 83fab4685e..c75975e852 100644 --- a/addressbook/gui/widgets/e-addressbook-view.c +++ b/addressbook/gui/widgets/e-addressbook-view.c @@ -437,6 +437,8 @@ init_collection (void) if (collection == NULL) { collection = gal_view_collection_new(); + gal_view_collection_set_title (collection, _("Addressbook")); + galview = gnome_util_prepend_user_home("/evolution/views/addressbook/"); gal_view_collection_set_storage_directories (collection, -- cgit v1.2.3