diff options
author | Seth Alves <alves@src.gnome.org> | 2000-04-06 04:14:40 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-04-06 04:14:40 +0800 |
commit | 51a7de64e2af7942b8e572412dcf6678c86624d6 (patch) | |
tree | 7789f7d9dc31c3b3f5fc1bb6e449e0275b7ccd09 | |
parent | ce3b224ed64f470fd5031342930f7c8f773c6eeb (diff) | |
download | gsoc2013-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
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-shell-view.c | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2000-04-05 Seth Alves <alves@hungry.com> + + * shell/e-shell-view.c (get_view): hook up control:calendar + 2000-04-04 Christopher James Lahey <clahey@helixcode.com> * widgets/e-text/e-text-test.c: Got rid of some runtime errors. 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 : |