From 3fe558d643c7477f414cc9a8012d9f76df980bd7 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 5 Jan 2005 07:55:26 +0000 Subject: Add the widget target, missed this. 2005-01-05 Not Zed * em-menu.c: (emph_targets[]): Add the widget target, missed this. svn path=/trunk/; revision=28244 --- mail/em-menu.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mail/em-menu.c') diff --git a/mail/em-menu.c b/mail/em-menu.c index a80e4fb153..2bcf74cc5d 100644 --- a/mail/em-menu.c +++ b/mail/em-menu.c @@ -315,8 +315,15 @@ static const EMenuHookTargetMask emph_select_masks[] = { { 0 } }; +/* dummy widget target, probably wont have any useful masks. + this should probably be a more specific target type */ +static const EMenuHookTargetMask emph_widget_masks[] = { + { 0 } +}; + static const EMenuHookTargetMap emph_targets[] = { { "select", EM_MENU_TARGET_SELECT, emph_select_masks }, + { "widget", EM_MENU_TARGET_WIDGET, emph_widget_masks }, { 0 } }; -- cgit v1.2.3