From b7c314b29c684bd589796a1bc0374a2be9c84aa6 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 11 Dec 2000 17:02:07 +0000 Subject: Ignore double-clicks on "active" columns (the ones where clicking does * folder-browser.c (on_double_click): Ignore double-clicks on "active" columns (the ones where clicking does something beyond "select"), fixing bug #811 svn path=/trunk/; revision=6910 --- mail/ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 184b72ead3..617e4c24f8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -9,7 +9,9 @@ rather than bonobo methods to destroy the message list. (on_right_click, on_double_click): These are being attached to the ETable directly now, so fix the first argument (which isn't being - used anyway, but...) + used anyway, but...). Ignore double-clicks on "active" columns + (the ones where clicking does something beyond "select"), fixing + bug #811, which is what got me started on this to begin with... (folder_browser_gui_init): simplify now that MessageList itself is a widget. Also use message_list->table rather than e_table_scrolled_get_table. -- cgit