aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-sidebar.c
diff options
context:
space:
mode:
authorFabiano FidĂȘncio <fidencio@redhat.com>2013-09-03 07:31:28 +0800
committerFabiano FidĂȘncio <fidencio@redhat.com>2013-09-05 21:00:59 +0800
commit96c6e7bc26132d31c87e05a6ef702b008a47ac85 (patch)
tree4efa9ec983e9a7f4e3a12b8c7b700a63d9cf2a44 /modules/calendar/e-cal-shell-sidebar.c
parenta9d4764be5833cd5499039303926991caff41c2b (diff)
downloadgsoc2013-evolution-96c6e7bc26132d31c87e05a6ef702b008a47ac85.tar
gsoc2013-evolution-96c6e7bc26132d31c87e05a6ef702b008a47ac85.tar.gz
gsoc2013-evolution-96c6e7bc26132d31c87e05a6ef702b008a47ac85.tar.bz2
gsoc2013-evolution-96c6e7bc26132d31c87e05a6ef702b008a47ac85.tar.lz
gsoc2013-evolution-96c6e7bc26132d31c87e05a6ef702b008a47ac85.tar.xz
gsoc2013-evolution-96c6e7bc26132d31c87e05a6ef702b008a47ac85.tar.zst
gsoc2013-evolution-96c6e7bc26132d31c87e05a6ef702b008a47ac85.zip
Add EShellView to E{Calendar,MemoList,TaskList}Selector
https://bugzilla.gnome.org/show_bug.cgi?id=657808
Diffstat (limited to 'modules/calendar/e-cal-shell-sidebar.c')
-rw-r--r--modules/calendar/e-cal-shell-sidebar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar/e-cal-shell-sidebar.c b/modules/calendar/e-cal-shell-sidebar.c
index f8d982a681..295b6de60d 100644
--- a/modules/calendar/e-cal-shell-sidebar.c
+++ b/modules/calendar/e-cal-shell-sidebar.c
@@ -590,7 +590,7 @@ cal_shell_sidebar_constructed (GObject *object)
container = widget;
client_cache = e_shell_get_client_cache (shell);
- widget = e_calendar_selector_new (client_cache);
+ widget = e_calendar_selector_new (client_cache, shell_view);
e_source_selector_set_select_new (E_SOURCE_SELECTOR (widget), TRUE);
gtk_container_add (GTK_CONTAINER (container), widget);
a11y = gtk_widget_get_accessible (widget);