From 7384a973eab03ef037ef359e6b4e27caae395210 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 26 Oct 2007 13:17:13 +0000 Subject: ** Fix for bug #417999 2007-10-26 Milan Crha ** Fix for bug #417999 * gui/dialogs/task-page.c: (init_widgets): Use "changed" signal, instead of old "source_changed" to notify change of selected source. svn path=/trunk/; revision=34436 --- calendar/ChangeLog | 7 +++++++ calendar/gui/dialogs/task-page.c | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index c86934133f..2feec41ec6 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2007-10-26 Milan Crha + + ** Fix for bug #417999 + + * gui/dialogs/task-page.c: (init_widgets): Use "changed" signal, + instead of old "source_changed" to notify change of selected source. + 2007-10-26 Matthew Barnes * conduits/calendar/calendar-conduit.c (local_record_to_pilot_record): diff --git a/calendar/gui/dialogs/task-page.c b/calendar/gui/dialogs/task-page.c index eb52dd1445..647005857c 100644 --- a/calendar/gui/dialogs/task-page.c +++ b/calendar/gui/dialogs/task-page.c @@ -1837,8 +1837,7 @@ init_widgets (TaskPage *tpage) G_CALLBACK (categories_clicked_cb), tpage); /* Source selector */ - g_signal_connect((priv->source_selector), "source_changed", - G_CALLBACK (source_changed_cb), tpage); + g_signal_connect (priv->source_selector, "changed", G_CALLBACK (source_changed_cb), tpage); /* Connect the default signal handler to use to make sure the "changed" field gets set whenever a field is changed. */ -- cgit v1.2.3