diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-06-04 20:35:50 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-06-04 20:35:50 +0800 |
commit | b20133666331d13e9672f4c39ecac23b9058315f (patch) | |
tree | 6918412e50f7471cabd4d378ba203bb567796d7a /mail | |
parent | 62ea971abfc7aea7585cbe6774e329eb26d4442f (diff) | |
download | gsoc2013-evolution-b20133666331d13e9672f4c39ecac23b9058315f.tar gsoc2013-evolution-b20133666331d13e9672f4c39ecac23b9058315f.tar.gz gsoc2013-evolution-b20133666331d13e9672f4c39ecac23b9058315f.tar.bz2 gsoc2013-evolution-b20133666331d13e9672f4c39ecac23b9058315f.tar.lz gsoc2013-evolution-b20133666331d13e9672f4c39ecac23b9058315f.tar.xz gsoc2013-evolution-b20133666331d13e9672f4c39ecac23b9058315f.tar.zst gsoc2013-evolution-b20133666331d13e9672f4c39ecac23b9058315f.zip |
Set the title of our GalViewCollection.
2002-06-04 Christopher James Lahey <clahey@ximian.com>
* folder-browser-ui.c (folder_browser_ui_setup_view_menus): Set
the title of our GalViewCollection.
svn path=/trunk/; revision=17104
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/folder-browser-ui.c | 2 |
2 files changed, 7 insertions, 0 deletions
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 <clahey@ximian.com> + + * folder-browser-ui.c (folder_browser_ui_setup_view_menus): Set + the title of our GalViewCollection. + 2002-06-04 Not Zed <NotZed@Ximian.com> * 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, |