diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-29 06:23:35 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-29 06:23:35 +0800 |
commit | 8ccc292dd08a270e52db4d40ed31300c3c8084d4 (patch) | |
tree | 4cbbd15eccae96c42b4bd0a27d8f307cd1d21470 /addressbook/ChangeLog | |
parent | c5b890906a03b40fae1ab2c320c1ed5c2b7c5b68 (diff) | |
download | gsoc2013-evolution-8ccc292dd08a270e52db4d40ed31300c3c8084d4.tar.gz gsoc2013-evolution-8ccc292dd08a270e52db4d40ed31300c3c8084d4.tar.zst gsoc2013-evolution-8ccc292dd08a270e52db4d40ed31300c3c8084d4.zip |
remove the button_press_event handler (that did nothing). this makes it so
2002-11-28 Chris Toshok <toshok@ximian.com>
* gui/widgets/e-addressbook-view.c (create_minicard_view): remove
the button_press_event handler (that did nothing). this makes it
so button presses actually get to the canvas (and therefore we can
now drag the lines in the reflow widget).
svn path=/trunk/; revision=18954
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 5fc474210c..f374bcf76a 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2002-11-28 Chris Toshok <toshok@ximian.com> + + * gui/widgets/e-addressbook-view.c (create_minicard_view): remove + the button_press_event handler (that did nothing). this makes it + so button presses actually get to the canvas (and therefore we can + now drag the lines in the reflow widget). + 2002-11-26 Chris Toshok <toshok@ximian.com> * gui/contact-editor/e-contact-quick-add.c: add include for |