From 84339d92328287f0aeebd0ef70bf152296332d2d Mon Sep 17 00:00:00 2001 From: Sanel Zukan Date: Tue, 19 Jun 2007 10:10:42 +0000 Subject: [PATCH] eiconman will not accept any shortcut (meaning Esc will not close it) --- eiconman/eiconman.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/eiconman/eiconman.cpp b/eiconman/eiconman.cpp index cfc51fe..d16fbc5 100644 --- a/eiconman/eiconman.cpp +++ b/eiconman/eiconman.cpp @@ -568,6 +568,7 @@ int Desktop::handle(int event) { switch(event) { case FL_FOCUS: case FL_UNFOCUS: + case FL_SHORTCUT: return 1; case FL_PUSH: {