billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=f23ed66d00f6b6cb3f132208c41001aef0727764

commit f23ed66d00f6b6cb3f132208c41001aef0727764
Author: Boris Faure <[email protected]>
Date:   Sat Aug 9 11:27:34 2014 +0200

    reorganize default.edc
---
 data/themes/default.edc | 50 ++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/data/themes/default.edc b/data/themes/default.edc
index fe153f5..a38dee1 100644
--- a/data/themes/default.edc
+++ b/data/themes/default.edc
@@ -475,31 +475,6 @@ collections {
             }
          }
 
-         ////////////////////////////////////////////////////////////////////
-         // miniview
-         part { name: "terminology.miniview"; type: SWALLOW;
-            description { state: "default" 0.0;
-               //color: 255 255 255 0;
-               visible: 0;
-            }
-            description { state: "on" 0.0;
-               inherit: "default" 0.0;
-               visible: 1;
-               //color: 255 255 255 255;
-            }
-         }
-
-         program {
-            signal: "miniview,off"; source: "terminology";
-            action: STATE_SET "default" 0.0;
-            target: "terminology.miniview";
-         }
-         program {
-            signal: "miniview,on"; source: "terminology";
-            action: STATE_SET "on" 0.0;
-            target: "terminology.miniview";
-         }
-
          program {
             signal: "mouse,in"; source: "tabcount_ev";
             action: STATE_SET "over" 0.0;
@@ -575,6 +550,31 @@ collections {
          }
 
          ////////////////////////////////////////////////////////////////////
+         // miniview
+         part { name: "terminology.miniview"; type: SWALLOW;
+            description { state: "default" 0.0;
+               //color: 255 255 255 0;
+               visible: 0;
+            }
+            description { state: "on" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
+               //color: 255 255 255 255;
+            }
+         }
+
+         program {
+            signal: "miniview,off"; source: "terminology";
+            action: STATE_SET "default" 0.0;
+            target: "terminology.miniview";
+         }
+         program {
+            signal: "miniview,on"; source: "terminology";
+            action: STATE_SET "on" 0.0;
+            target: "terminology.miniview";
+         }
+
+         ////////////////////////////////////////////////////////////////////
          // overlayed prettiness
          part { name: "glow";
             mouse_events: 0;

-- 


Reply via email to