aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/calendar/ea-cal-view.c
diff options
context:
space:
mode:
authorSuman Manjunath <msuman@src.gnome.org>2008-11-19 11:40:53 +0800
committerSuman Manjunath <msuman@src.gnome.org>2008-11-19 11:40:53 +0800
commit56291fc3f5bde706004f1cc9e200fc7bd7ee8462 (patch)
tree6feb53382c08cd5dfe2d5e3ef19394d292a49b0c /a11y/calendar/ea-cal-view.c
parent8425d8bbe6359a1baae04f569864f72d34144b5c (diff)
downloadgsoc2013-evolution-56291fc3f5bde706004f1cc9e200fc7bd7ee8462.tar
gsoc2013-evolution-56291fc3f5bde706004f1cc9e200fc7bd7ee8462.tar.gz
gsoc2013-evolution-56291fc3f5bde706004f1cc9e200fc7bd7ee8462.tar.bz2
gsoc2013-evolution-56291fc3f5bde706004f1cc9e200fc7bd7ee8462.tar.lz
gsoc2013-evolution-56291fc3f5bde706004f1cc9e200fc7bd7ee8462.tar.xz
gsoc2013-evolution-56291fc3f5bde706004f1cc9e200fc7bd7ee8462.tar.zst
gsoc2013-evolution-56291fc3f5bde706004f1cc9e200fc7bd7ee8462.zip
Patch from Li Yuan <li.yuan@sun.com> ** Fix for bug #560329 (Fix the signature of the 'children-changed' signal emission).
svn path=/trunk/; revision=36797
Diffstat (limited to 'a11y/calendar/ea-cal-view.c')
-rw-r--r--a11y/calendar/ea-cal-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/a11y/calendar/ea-cal-view.c b/a11y/calendar/ea-cal-view.c
index 28410385a6..e184b919b9 100644
--- a/a11y/calendar/ea-cal-view.c
+++ b/a11y/calendar/ea-cal-view.c
@@ -277,7 +277,7 @@ idle_dates_changed (gpointer data)
}
g_object_notify (G_OBJECT (ea_cal_view), "accessible-name");
g_signal_emit_by_name (ea_cal_view, "visible_data_changed");
- g_signal_emit_by_name (ea_cal_view, "children_changed", NULL);
+ g_signal_emit_by_name (ea_cal_view, "children_changed", NULL, NULL, NULL);
#ifdef ACC_DEBUG
printf ("AccDebug: cal view date changed\n");
#endif