diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-24 01:49:55 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-24 01:49:55 +0800 |
commit | d5a23e61317166119b33b9a52bcbb7502f636028 (patch) | |
tree | f1bf19c8ed6ab1ba332303faac14974b2d5d1037 /shell/ChangeLog | |
parent | 77e62d04c7530b29b1f27c5e0bdfb005dfa16058 (diff) | |
download | gsoc2013-evolution-d5a23e61317166119b33b9a52bcbb7502f636028.tar gsoc2013-evolution-d5a23e61317166119b33b9a52bcbb7502f636028.tar.gz gsoc2013-evolution-d5a23e61317166119b33b9a52bcbb7502f636028.tar.bz2 gsoc2013-evolution-d5a23e61317166119b33b9a52bcbb7502f636028.tar.lz gsoc2013-evolution-d5a23e61317166119b33b9a52bcbb7502f636028.tar.xz gsoc2013-evolution-d5a23e61317166119b33b9a52bcbb7502f636028.tar.zst gsoc2013-evolution-d5a23e61317166119b33b9a52bcbb7502f636028.zip |
Don't handle button events whose button number is not 1.
* e-shell-view.c (storage_set_view_box_button_release_event_cb):
Don't handle button events whose button number is not 1.
svn path=/trunk/; revision=11305
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 4affcd9754..6093e788d4 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2001-07-23 Ettore Perazzoli <ettore@ximian.com> + + * e-shell-view.c (storage_set_view_box_button_release_event_cb): + Don't handle button events whose button number is not 1. + 2001-07-22 Ettore Perazzoli <ettore@ximian.com> * e-local-storage.c (remove_folder): Pass the folder type to |