discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=508fa850f4fa1da376fbf9d26906d328558e6307

commit 508fa850f4fa1da376fbf9d26906d328558e6307
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu May 8 15:07:45 2014 -0400

    Revert "add event blocker for ibar menu"
    
    This reverts commit 0678bdbc0655b520c3f187684afe4ad1a9091c0e.
    
    take more naps
---
 data/themes/edc/ibar-ibox.edc | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/data/themes/edc/ibar-ibox.edc b/data/themes/edc/ibar-ibox.edc
index af1be48..27befda 100644
--- a/data/themes/edc/ibar-ibox.edc
+++ b/data/themes/edc/ibar-ibox.edc
@@ -208,24 +208,18 @@ group { name: "e/modules/ibar/menu";
             }
          }
       }
-      rect { "event_block";
-         desc { hid; color: 0 0 0 0; }
-         desc { "hidden"; inherit: "default"; vis; }
-      }
    }
    programs {
       program { signal: "e,state,hidden"; source: "e";
          action: STATE_SET "hidden" 0.0;
          target: "sizer";
          target: "clip";
-         target: "event_block";
       }
 
       program { signal: "e,action,show"; source: "e";
          action: STATE_SET "default" 0.0;
          target: "sizer";
          target: "clip";
-         target: "event_block";
          transition: SINUSOIDAL 0.2;
          after: "show2";
       }
@@ -237,7 +231,6 @@ group { name: "e/modules/ibar/menu";
          action: STATE_SET "hidden" 0.0;
          target: "sizer";
          target: "clip";
-         target: "event_block";
          transition: SINUSOIDAL 0.2;
          after: "hide2";
       }

-- 


Reply via email to