From b20133666331d13e9672f4c39ecac23b9058315f Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 4 Jun 2002 12:35:50 +0000 Subject: Set the title of our GalViewCollection. 2002-06-04 Christopher James Lahey * folder-browser-ui.c (folder_browser_ui_setup_view_menus): Set the title of our GalViewCollection. svn path=/trunk/; revision=17104 --- mail/ChangeLog | 5 +++++ mail/folder-browser-ui.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/mail/ChangeLog b/mail/ChangeLog index 94dd1998c0..1aee3a4612 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2002-06-04 Christopher James Lahey + + * folder-browser-ui.c (folder_browser_ui_setup_view_menus): Set + the title of our GalViewCollection. + 2002-06-04 Not Zed * mail-accounts.c (mail_accounts_tab_construct): Duh, we want to diff --git a/mail/folder-browser-ui.c b/mail/folder-browser-ui.c index 577192cf71..524af3c2ef 100644 --- a/mail/folder-browser-ui.c +++ b/mail/folder-browser-ui.c @@ -226,6 +226,8 @@ folder_browser_ui_setup_view_menus (FolderBrowser *fb) collection = gal_view_collection_new(); + gal_view_collection_set_title (collection, _("Mail")); + local_dir = gnome_util_prepend_user_home ("/evolution/views/mail/"); gal_view_collection_set_storage_directories (collection, -- cgit v1.2.3