theme: mistypo in 2927b6a37990aec0aa9b325a4727bd11ec526986

c:\. not c:/
This commit is contained in:
ChunEon Park 2015-08-25 14:07:30 +09:00
parent b27d821b82
commit 09b2d01a25
1 changed files with 1 additions and 1 deletions

View 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++;