aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-view-private.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-08-28 21:12:46 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-28 21:12:46 +0800
commite8382099228d46ebef684c5384bab6ec710283ce (patch)
treecadc101a9ed66fae1c000f46e527495503670d60 /modules/calendar/e-cal-shell-view-private.c
parenta038218838b2583c4058b30b70e69322965a2996 (diff)
downloadgsoc2013-evolution-e8382099228d46ebef684c5384bab6ec710283ce.tar
gsoc2013-evolution-e8382099228d46ebef684c5384bab6ec710283ce.tar.gz
gsoc2013-evolution-e8382099228d46ebef684c5384bab6ec710283ce.tar.bz2
gsoc2013-evolution-e8382099228d46ebef684c5384bab6ec710283ce.tar.lz
gsoc2013-evolution-e8382099228d46ebef684c5384bab6ec710283ce.tar.xz
gsoc2013-evolution-e8382099228d46ebef684c5384bab6ec710283ce.tar.zst
gsoc2013-evolution-e8382099228d46ebef684c5384bab6ec710283ce.zip
Re-enable more calendar code.
Diffstat (limited to 'modules/calendar/e-cal-shell-view-private.c')
-rw-r--r--modules/calendar/e-cal-shell-view-private.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/modules/calendar/e-cal-shell-view-private.c b/modules/calendar/e-cal-shell-view-private.c
index 6601228ad3..1b9c8d367a 100644
--- a/modules/calendar/e-cal-shell-view-private.c
+++ b/modules/calendar/e-cal-shell-view-private.c
@@ -441,8 +441,6 @@ e_cal_shell_view_private_constructed (ECalShellView *cal_shell_view)
date_navigator->calitem, (ECalendarItemGetTimeCallback)
cal_shell_view_get_current_time, cal_shell_view, NULL);
- /* KILL-BONOBO FIXME -- Need to connect to the "user-created"
- * signal for each ECalendarView. */
for (ii = 0; ii < GNOME_CAL_LAST_VIEW; ii++) {
ECalendarView *calendar_view;
@@ -453,6 +451,11 @@ e_cal_shell_view_private_constructed (ECalShellView *cal_shell_view)
calendar_view, "popup-event",
G_CALLBACK (cal_shell_view_popup_event_cb),
cal_shell_view);
+
+ g_signal_connect_swapped (
+ calendar_view, "user-created",
+ G_CALLBACK (cal_shell_view_user_created_cb),
+ cal_shell_view);
}
g_signal_connect_swapped (