theme: mistypo in 2927b6a37990aec0aa9b325a4727bd11ec526986
authorChunEon Park <hermet@hermet.pe.kr>
Tue, 25 Aug 2015 05:07:30 +0000 (14:07 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Tue, 25 Aug 2015 05:07:30 +0000 (14:07 +0900)
c:\. not c:/

src/lib/elm_theme.c

index 296bfb9..87048fe 100644 (file)
@@ -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++;