discomfitor pushed a commit to branch master.

commit 25c0f38bf6175edc0d7b9f154cee4a2e05d8d13b
Author: Mike Blumenkrantz <[email protected]>
Date:   Mon May 20 08:59:50 2013 +0100

    pager popups no longer allow clicking
    
    deal with it
---
 src/modules/pager/e_mod_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/modules/pager/e_mod_main.c b/src/modules/pager/e_mod_main.c
index 661f248..3a436c2 100644
--- a/src/modules/pager/e_mod_main.c
+++ b/src/modules/pager/e_mod_main.c
@@ -770,6 +770,7 @@ _pager_popup_new(E_Zone *zone, int keyaction)
 
    /* Show popup */
    pp->popup = e_popup_new(zone, 0, 0, 1, 1);
+   e_popup_ignore_events_set(pp->popup, 1);
    if (!pp->popup)
      {
         free(pp);

-- 

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d

Reply via email to