diff options
author | Milan Crha <mcrha@redhat.com> | 2007-10-26 21:17:13 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-10-26 21:17:13 +0800 |
commit | 7384a973eab03ef037ef359e6b4e27caae395210 (patch) | |
tree | 83ecce10478f8fcd14d39aa86ff11b4308872036 /calendar/ChangeLog | |
parent | 7517f413700c53fb8d6ae7e43957435060fd714f (diff) | |
download | gsoc2013-evolution-7384a973eab03ef037ef359e6b4e27caae395210.tar.gz gsoc2013-evolution-7384a973eab03ef037ef359e6b4e27caae395210.tar.zst gsoc2013-evolution-7384a973eab03ef037ef359e6b4e27caae395210.zip |
** Fix for bug #417999
2007-10-26 Milan Crha <mcrha@redhat.com>
** 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
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <mcrha@redhat.com> + + ** 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 <mbarnes@redhat.com> * conduits/calendar/calendar-conduit.c (local_record_to_pilot_record): |