diff options
author | Milan Crha <mcrha@src.gnome.org> | 2007-08-23 23:59:32 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-08-23 23:59:32 +0800 |
commit | 8611c86552211433a9c2f0662e0f3b0a188515c3 (patch) | |
tree | 4d7e4a2bb0932df567474c61982a13684d270437 /calendar/ChangeLog | |
parent | ebb7bb517c697e05b3f64b07f8e993a9d9bd865c (diff) | |
download | gsoc2013-evolution-8611c86552211433a9c2f0662e0f3b0a188515c3.tar gsoc2013-evolution-8611c86552211433a9c2f0662e0f3b0a188515c3.tar.gz gsoc2013-evolution-8611c86552211433a9c2f0662e0f3b0a188515c3.tar.bz2 gsoc2013-evolution-8611c86552211433a9c2f0662e0f3b0a188515c3.tar.lz gsoc2013-evolution-8611c86552211433a9c2f0662e0f3b0a188515c3.tar.xz gsoc2013-evolution-8611c86552211433a9c2f0662e0f3b0a188515c3.tar.zst gsoc2013-evolution-8611c86552211433a9c2f0662e0f3b0a188515c3.zip |
2007-08-23 mcrha Fix for bug #428110
svn path=/trunk/; revision=34077
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index baf80c23bb..e9c1d98fc2 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,17 @@ 2007-08-23 Milan Crha <mcrha@redhat.com> + ** Fix for bug #428110 + + * gui/memos-component.c: (update_single_object): + Added parameter to rather fail on adding same object with drag&drop, + rather than modify and then delete existing one. + * gui/memos-component.c: (update_objects): Use new parameter above. + * gui/memos-component.c: (selector_tree_drag_data_received): + Use result of call 'update_objects' and prevent delete object when + the call fails. + +2007-08-23 Milan Crha <mcrha@redhat.com> + ** Fix for bug #201201 * gui/e-week-view.h: (struct _EWeekView): Added properties. |