diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-11-18 05:09:36 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-18 05:09:36 +0800 |
commit | 8425d8bbe6359a1baae04f569864f72d34144b5c (patch) | |
tree | 72135dc992392c07047b8b53dd9876cb8e5713e5 /calendar/ChangeLog | |
parent | 05b8df9868e2828eadaefa1a733999faf0b8e08b (diff) | |
download | gsoc2013-evolution-8425d8bbe6359a1baae04f569864f72d34144b5c.tar gsoc2013-evolution-8425d8bbe6359a1baae04f569864f72d34144b5c.tar.gz gsoc2013-evolution-8425d8bbe6359a1baae04f569864f72d34144b5c.tar.bz2 gsoc2013-evolution-8425d8bbe6359a1baae04f569864f72d34144b5c.tar.lz gsoc2013-evolution-8425d8bbe6359a1baae04f569864f72d34144b5c.tar.xz gsoc2013-evolution-8425d8bbe6359a1baae04f569864f72d34144b5c.tar.zst gsoc2013-evolution-8425d8bbe6359a1baae04f569864f72d34144b5c.zip |
** Fixes bug #557818
2008-11-17 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #557818
* addressbook/gui/component/addressbook-view.c:
* calendar/gui/calendar-component.c:
* calendar/gui/memos-component.c:
* calendar/gui/tasks-component.c:
ESourceSelector now handles most of the drag-and-drop signals.
We just have to listen for the new "data-dropped" signal and
deal with it. Gets rid of a lot of duplicate logic.
svn path=/trunk/; revision=36793
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4cd2f2cbac..ffbde37e7f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,16 @@ 2008-11-17 Matthew Barnes <mbarnes@redhat.com> + ** Fixes part of bug #557818 + + * gui/calendar-component.c: + * gui/memos-component.c: + * gui/tasks-component.c: + ESourceSelector now handles most of the drag-and-drop signals. + We just have to listen for the new "data-dropped" signal and + deal with it. Gets rid of a lot of duplicate logic. + +2008-11-17 Matthew Barnes <mbarnes@redhat.com> + ** Fixes part of bug #558322 * gui/calendar-component.c (rename_calendar_cb): |