aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-folder.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-04-01 02:34:59 +0800
committerDan Winship <danw@src.gnome.org>2000-04-01 02:34:59 +0800
commit7e4f187a1034cc352278f0fa5c3ca0321dbda4cc (patch)
treeebd786c95a4140157d5c031243add479c2dbcc04 /shell/e-folder.h
parentfb80c3b9a1b00c2eb17d29293cbd9877e456f7ba (diff)
downloadgsoc2013-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-folder.h')
-rw-r--r--shell/e-folder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-folder.h b/shell/e-folder.h
index f631191013..147399268b 100644
--- a/shell/e-folder.h
+++ b/shell/e-folder.h
@@ -23,6 +23,7 @@ typedef enum {
} EFolderDragDropAction;
typedef enum {
+ E_FOLDER_SUMMARY,
E_FOLDER_MAIL,
E_FOLDER_CONTACTS,
E_FOLDER_CALENDAR,