hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=ae86822febae1de8912309caf1105869d62cec94
commit ae86822febae1de8912309caf1105869d62cec94 Author: ChunEon Park <her...@hermet.pe.kr> Date: Thu Jan 8 10:34:12 2015 +0900 theme: fix misprint in popup style alias name @fix Reviewers: cedric, raster, seoz Subscribers: reutskiy.v.v Projects: #elementary Differential Revision: https://phab.enlightenment.org/D1848 --- data/themes/edc/elm/popup.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/themes/edc/elm/popup.edc b/data/themes/edc/elm/popup.edc index 67dc6a8..8193189 100644 --- a/data/themes/edc/elm/popup.edc +++ b/data/themes/edc/elm/popup.edc @@ -172,7 +172,7 @@ group { name: "elm/button/base/popup/transparent"; } group { name: "elm/popup/base/default"; - alias: " elm/popup/base/transparent"; + alias: "elm/popup/base/transparent"; styles { style { name: "popup_title_style"; base: "font="FNBD" font_size=10 text_class=label align=center color=#fff style=shadow,bottom shadow_color=#00000080 wrap=mixed"; --