diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-01-24 04:43:16 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-01-24 04:43:16 +0800 |
commit | 8cdf205496519e8b5a436ed5747494b29777a73f (patch) | |
tree | 0e3a70c89a2db0b054a890d610899c87a9e5e30d /mail/ChangeLog | |
parent | f7468e0d26b63704959049c6356b2779629ce495 (diff) | |
download | gsoc2013-evolution-8cdf205496519e8b5a436ed5747494b29777a73f.tar gsoc2013-evolution-8cdf205496519e8b5a436ed5747494b29777a73f.tar.gz gsoc2013-evolution-8cdf205496519e8b5a436ed5747494b29777a73f.tar.bz2 gsoc2013-evolution-8cdf205496519e8b5a436ed5747494b29777a73f.tar.lz gsoc2013-evolution-8cdf205496519e8b5a436ed5747494b29777a73f.tar.xz gsoc2013-evolution-8cdf205496519e8b5a436ed5747494b29777a73f.tar.zst gsoc2013-evolution-8cdf205496519e8b5a436ed5747494b29777a73f.zip |
Implements bug #15692
2002-01-23 Jeffrey Stedfast <fejj@ximian.com>
Implements bug #15692
* folder-browser.c (html_button_press_event): New callback that
checks to make sure that the mouse isn't over a link or image in
the html view and then calls the on_right_click handler after
getting the appropriate args.
(my_folder_browser_init): Connect to the button_press_event here.
svn path=/trunk/; revision=15437
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 002e22547c..a9e1a91443 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2002-01-23 Jeffrey Stedfast <fejj@ximian.com> + + Implements bug #15692 + + * folder-browser.c (html_button_press_event): New callback that + checks to make sure that the mouse isn't over a link or image in + the html view and then calls the on_right_click handler after + getting the appropriate args. + (my_folder_browser_init): Connect to the button_press_event here. + 2002-01-23 Dan Winship <danw@ximian.com> * Makefile.am (INCLUDES): Define CAMEL_PROVIDERDIR to be the |