diff options
author | Dan Winship <danw@src.gnome.org> | 2000-04-01 02:34:59 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-04-01 02:34:59 +0800 |
commit | 7e4f187a1034cc352278f0fa5c3ca0321dbda4cc (patch) | |
tree | ebd786c95a4140157d5c031243add479c2dbcc04 /shell/e-shell.c | |
parent | fb80c3b9a1b00c2eb17d29293cbd9877e456f7ba (diff) | |
download | gsoc2013-evolution-7e4f187a1034cc352278f0fa5c3ca0321dbda4cc.tar gsoc2013-evolution-7e4f187a1034cc352278f0fa5c3ca0321dbda4cc.tar.gz gsoc2013-evolution-7e4f187a1034cc352278f0fa5c3ca0321dbda4cc.tar.bz2 gsoc2013-evolution-7e4f187a1034cc352278f0fa5c3ca0321dbda4cc.tar.lz gsoc2013-evolution-7e4f187a1034cc352278f0fa5c3ca0321dbda4cc.tar.xz gsoc2013-evolution-7e4f187a1034cc352278f0fa5c3ca0321dbda4cc.tar.zst gsoc2013-evolution-7e4f187a1034cc352278f0fa5c3ca0321dbda4cc.zip |
Update for shortcut bar changes.
* shell/e-shortcut.c (e_shortcut_bar_view_new, shell_icon_cb):
Update for shortcut bar changes.
* shell/e-folder.h: add E_FOLDER_SUMMARY
* shell/e-shell.c (e_shell_setup_default_folders): make the
"Today" icon be of type E_FOLDER_SUMMARY, not E_FOLDER_MAIL.
svn path=/trunk/; revision=2269
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index f706723f37..2713df3921 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -254,7 +254,7 @@ static void e_shell_setup_default_folders (EShell *eshell) { eshell->default_folders.summary = e_folder_new ( - E_FOLDER_MAIL, "internal:summary", _("Today"), _("Executive Summary"), + E_FOLDER_SUMMARY, "internal:summary", _("Today"), _("Executive Summary"), NULL, "internal:"); eshell->default_folders.inbox = e_folder_new ( E_FOLDER_MAIL, "internal:inbox", _("Inbox"), _("New mail messages"), |