diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-07-04 17:28:46 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-07-04 17:28:46 +0800 |
commit | 62d49ee0b61aa9284704d38c35a3092c646e4d69 (patch) | |
tree | 160cbafcb0544600f1f3d82ec204e5f3d5ec0fa4 /calendar/ChangeLog | |
parent | d0d4630a002e37e92d8c0fe3afe63db6fc7effe3 (diff) | |
download | gsoc2013-evolution-62d49ee0b61aa9284704d38c35a3092c646e4d69.tar.gz gsoc2013-evolution-62d49ee0b61aa9284704d38c35a3092c646e4d69.tar.zst gsoc2013-evolution-62d49ee0b61aa9284704d38c35a3092c646e4d69.zip |
Fixes bug #328484.
svn path=/trunk/; revision=33755
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 89ac0448f6..794865509b 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2007-06-22 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #328484 + + * gui/calendar-component.c: (source_changed_cb): + New callback to refresh view after source changed. + * gui/calendar-component.c: (source_added_cb), + (source_removed_cb): Connecting and disconnecting + on change callback to source. + 2007-07-02 Milan Crha <mcrha@redhat.com> ** Fix for bug #445526 |