From a3e581785e7de7035515ce7149b89e4f025d3901 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 16 Jan 2009 02:48:51 +0000 Subject: [PATCH] fix popout theme - bits didnt get shown. SVN revision: 38601 --- legacy/elementary/data/themes/default.edc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/legacy/elementary/data/themes/default.edc b/legacy/elementary/data/themes/default.edc index 14167e4153..88005ecec0 100644 --- a/legacy/elementary/data/themes/default.edc +++ b/legacy/elementary/data/themes/default.edc @@ -3321,6 +3321,7 @@ collections { source: "elm"; action: STATE_SET "visible" 0.0; transition: DECELERATE 0.5; + target: "bottom"; target: "elm.swallow.slot.bottom"; } program { name: "bottomhide"; @@ -3328,6 +3329,7 @@ collections { source: "elm"; action: STATE_SET "default" 0.0; transition: DECELERATE 0.5; + target: "bottom"; target: "elm.swallow.slot.bottom"; } }