From 946ca213c46263ed2cb214193c67d367ebb15a03 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 24 Apr 2001 16:23:51 +0000 Subject: Add accelerators to the context menu. (on_right_click): Use * folder-browser.c: Add accelerators to the context menu. (on_right_click): Use e_tree_get_cell_geometry and a GtkMenuPositionFunc when responding to a Menu-key press so we can line the menu up with the selected row rather than the cursor. * message-browser.c: include for E_MAKE_TYPE. svn path=/trunk/; revision=9547 --- mail/message-browser.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/message-browser.c') diff --git a/mail/message-browser.c b/mail/message-browser.c index 2286772f50..3a471b24e9 100644 --- a/mail/message-browser.c +++ b/mail/message-browser.c @@ -24,6 +24,8 @@ #include #endif +#include + #include "message-browser.h" #include "mail.h" -- cgit