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 /addressbook/ChangeLog | |
parent | 05b8df9868e2828eadaefa1a733999faf0b8e08b (diff) | |
download | gsoc2013-evolution-8425d8bbe6359a1baae04f569864f72d34144b5c.tar.gz 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 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 983eb60ce6..adb36417bd 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,14 @@ 2008-11-17 Matthew Barnes <mbarnes@redhat.com> + ** Fixes part of bug #557818 + + * gui/component/addressbook-view.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/component/addressbook-view.c (rename_addressbook_cb): |