aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorSeth Alves <alves@src.gnome.org>2000-04-06 04:14:40 +0800
committerSeth Alves <alves@src.gnome.org>2000-04-06 04:14:40 +0800
commit51a7de64e2af7942b8e572412dcf6678c86624d6 (patch)
tree7789f7d9dc31c3b3f5fc1bb6e449e0275b7ccd09 /shell
parentce3b224ed64f470fd5031342930f7c8f773c6eeb (diff)
downloadgsoc2013-evolution-51a7de64e2af7942b8e572412dcf6678c86624d6.tar
gsoc2013-evolution-51a7de64e2af7942b8e572412dcf6678c86624d6.tar.gz
gsoc2013-evolution-51a7de64e2af7942b8e572412dcf6678c86624d6.tar.bz2
gsoc2013-evolution-51a7de64e2af7942b8e572412dcf6678c86624d6.tar.lz
gsoc2013-evolution-51a7de64e2af7942b8e572412dcf6678c86624d6.tar.xz
gsoc2013-evolution-51a7de64e2af7942b8e572412dcf6678c86624d6.tar.zst
gsoc2013-evolution-51a7de64e2af7942b8e572412dcf6678c86624d6.zip
hook up control:calendar
* shell/e-shell-view.c (get_view): hook up control:calendar svn path=/trunk/; revision=2295
Diffstat (limited to 'shell')
-rw-r--r--shell/e-shell-view.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index bc6e1f6b24..956401fbdc 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -116,6 +116,9 @@ get_view (EShellView *eshell_view, EFolder *efolder, Bonobo_UIHandler uih)
break;
case E_FOLDER_CALENDAR :
+ w = bonobo_widget_new_control ("control:calendar", uih);
+ break;
+
case E_FOLDER_TASKS :
case E_FOLDER_OTHER :
default :