aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-08-21 18:08:51 +0800
committerChris Toshok <toshok@src.gnome.org>2001-08-21 18:08:51 +0800
commit5db9380c89618f1d5f1d16e812e1b8e7bc60aed4 (patch)
tree6ec47e4433ad307aa3025597060bda0f955ce654 /addressbook/ChangeLog
parente25bb4e9dc520a4704878bd34adced03834aac8f (diff)
downloadgsoc2013-evolution-5db9380c89618f1d5f1d16e812e1b8e7bc60aed4.tar
gsoc2013-evolution-5db9380c89618f1d5f1d16e812e1b8e7bc60aed4.tar.gz
gsoc2013-evolution-5db9380c89618f1d5f1d16e812e1b8e7bc60aed4.tar.bz2
gsoc2013-evolution-5db9380c89618f1d5f1d16e812e1b8e7bc60aed4.tar.lz
gsoc2013-evolution-5db9380c89618f1d5f1d16e812e1b8e7bc60aed4.tar.xz
gsoc2013-evolution-5db9380c89618f1d5f1d16e812e1b8e7bc60aed4.tar.zst
gsoc2013-evolution-5db9380c89618f1d5f1d16e812e1b8e7bc60aed4.zip
if we're dragging, drag_button_down won't be true in the BUTTON_RELEASE
2001-08-21 Chris Toshok <toshok@ximian.com> * gui/widgets/e-minicard.c (e_minicard_event): if we're dragging, drag_button_down won't be true in the BUTTON_RELEASE case, since we set it to false in MOTION_NOTIFY once the threshold is reached. (e_minicard_drag_end): remove this function, since it was needed to work around a bug in gnome-canvas. svn path=/trunk/; revision=12337
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 022bf23d08..e987ab876f 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,11 @@
+2001-08-21 Chris Toshok <toshok@ximian.com>
+
+ * gui/widgets/e-minicard.c (e_minicard_event): if we're dragging,
+ drag_button_down won't be true in the BUTTON_RELEASE case, since
+ we set it to false in MOTION_NOTIFY once the threshold is reached.
+ (e_minicard_drag_end): remove this function, since it was needed
+ to work around a bug in gnome-canvas.
+
2001-08-20 Jon Trowbridge <trow@ximian.com>
* gui/component/select-names/e-select-names.c