seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=7cd1f805dffb8a21939643db011afbf367a180f7
commit 7cd1f805dffb8a21939643db011afbf367a180f7 Author: Daniel Juyung Seo <[email protected]> Date: Sat Oct 12 13:13:13 2013 +0900 popup.edc: unbork default popup for the moment. This was broken by raster's recent popup theme api break. Even though default theme will be replaced by dark theme, I will keep default theme working. --- data/themes/widgets/popup.edc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/themes/widgets/popup.edc b/data/themes/widgets/popup.edc index e5a06a1..3fec359 100644 --- a/data/themes/widgets/popup.edc +++ b/data/themes/widgets/popup.edc @@ -460,7 +460,7 @@ group { name: "elm/popup/content/default"; } } - group { name: "elm/popup/item/default"; + group { name: "elm/popup/item/popup/default"; script { public item_state = POPUP_ITEM_STATE_ENABLED; } @@ -664,7 +664,7 @@ group { name: "elm/popup/content/default"; program { name: "item_unclick"; signal: "mouse,up,1"; source: "over1"; - action: SIGNAL_EMIT "elm,action,click" ""; + action: SIGNAL_EMIT "elm,action,click" "elm"; } program { name: "disable"; signal: "elm,state,item,disabled"; @@ -785,7 +785,7 @@ group { name: "elm/popup/content/default"; } } -group { name: "elm/popup/buttons1/default"; +group { name: "elm/popup/buttons1/popup/default"; data.item: "action_area_height" "140"; parts{ part{ name:"elm.swallow.content.button1"; @@ -799,7 +799,7 @@ group { name: "elm/popup/buttons1/default"; } } -group { name: "elm/popup/buttons2/default"; +group { name: "elm/popup/buttons2/popup/default"; data.item: "action_area_height" "140"; parts{ part{ name:"elm.swallow.content.button1"; @@ -845,7 +845,7 @@ group { name: "elm/popup/buttons2/default"; } } -group { name: "elm/popup/buttons3/default"; +group { name: "elm/popup/buttons3/popup/default"; data.item: "action_area_height" "140"; parts{ part{ name:"elm.swallow.content.button1"; --
