hermet pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=1be2731fd46626a5c75922a112637cf62af51de0

commit 1be2731fd46626a5c75922a112637cf62af51de0
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Tue Aug 25 14:07:30 2015 +0900

    theme: mistypo in 2927b6a37990aec0aa9b325a4727bd11ec526986
    
    c:\. not c:/
---
 src/lib/elm_theme.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_theme.c b/src/lib/elm_theme.c
index 296bfb9..87048fe 100644
--- a/src/lib/elm_theme.c
+++ b/src/lib/elm_theme.c
@@ -387,7 +387,7 @@ _elm_theme_parse(Elm_Theme *th, const char *theme)
                   eina_strbuf_append_char(buf, ':');
                   pe += 2;
                }
-             else if ((pe[0] == ':') && (pe[1] == '/'))
+             else if ((pe[0] == ':') && (pe[1] == '\\'))
                {
                   eina_strbuf_append_char(buf, *pe);
                   pe++;

-- 


Reply via email to