diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-06-04 20:23:19 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-06-04 20:23:19 +0800 |
commit | 234221246d7325a49b54bc9cf970cc9f1fb4442f (patch) | |
tree | f929ff9e677a81a734d5a0ddae80ea85029e5050 | |
parent | 66cc4794bad83df6ff66b8e3201ccc40ac3f3ca9 (diff) | |
download | gsoc2013-evolution-234221246d7325a49b54bc9cf970cc9f1fb4442f.tar gsoc2013-evolution-234221246d7325a49b54bc9cf970cc9f1fb4442f.tar.gz gsoc2013-evolution-234221246d7325a49b54bc9cf970cc9f1fb4442f.tar.bz2 gsoc2013-evolution-234221246d7325a49b54bc9cf970cc9f1fb4442f.tar.lz gsoc2013-evolution-234221246d7325a49b54bc9cf970cc9f1fb4442f.tar.xz gsoc2013-evolution-234221246d7325a49b54bc9cf970cc9f1fb4442f.tar.zst gsoc2013-evolution-234221246d7325a49b54bc9cf970cc9f1fb4442f.zip |
Set the title of our GalVIewCollection.
2002-06-04 Christopher James Lahey <clahey@ximian.com>
* gui/widgets/e-addressbook-view.c (init_collection): Set the
title of our GalVIewCollection.
svn path=/trunk/; revision=17102
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-view.c | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index a614d784ba..6342772dc7 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2002-06-04 Christopher James Lahey <clahey@ximian.com> + + * gui/widgets/e-addressbook-view.c (init_collection): Set the + title of our GalVIewCollection. + 2002-05-29 Anna Marie Dirks <anna@ximian.com> * gui/component/select-names/select-names.glade: Changed some spacing 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, |