aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-29 19:12:38 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-29 19:12:38 +0800
commite9c6ceda77ad0849bdd6798285d1fe48334a57f9 (patch)
treeac6ef6c66732bc7ba3e95363844e90dd5ab95d52
parentffe56b0835e7bcc122c85ed1dab8bb66642aef34 (diff)
downloadgsoc2013-evolution-e9c6ceda77ad0849bdd6798285d1fe48334a57f9.tar
gsoc2013-evolution-e9c6ceda77ad0849bdd6798285d1fe48334a57f9.tar.gz
gsoc2013-evolution-e9c6ceda77ad0849bdd6798285d1fe48334a57f9.tar.bz2
gsoc2013-evolution-e9c6ceda77ad0849bdd6798285d1fe48334a57f9.tar.lz
gsoc2013-evolution-e9c6ceda77ad0849bdd6798285d1fe48334a57f9.tar.xz
gsoc2013-evolution-e9c6ceda77ad0849bdd6798285d1fe48334a57f9.tar.zst
gsoc2013-evolution-e9c6ceda77ad0849bdd6798285d1fe48334a57f9.zip
Bug 704861 - Runtime warning in calendar module
-rw-r--r--modules/calendar/e-cal-shell-view-private.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar/e-cal-shell-view-private.c b/modules/calendar/e-cal-shell-view-private.c
index 14edd3394e..6b93828f65 100644
--- a/modules/calendar/e-cal-shell-view-private.c
+++ b/modules/calendar/e-cal-shell-view-private.c
@@ -513,7 +513,7 @@ e_cal_shell_view_private_constructed (ECalShellView *cal_shell_view)
cal_shell_view);
priv->client_added_handler_id = handler_id;
- handler_id = g_signal_connect (
+ handler_id = g_signal_connect_swapped (
priv->cal_shell_sidebar, "client-removed",
G_CALLBACK (cal_shell_view_selector_client_removed_cb),
cal_shell_view);