projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e780e68
)
support Windows file system
author
Vincent Torri
<vincent.torri@gmail.com>
Fri, 19 Mar 2010 18:24:58 +0000
(18:24 +0000)
committer
Vincent Torri
<vincent.torri@gmail.com>
Fri, 19 Mar 2010 18:24:58 +0000
(18:24 +0000)
patch by Nicolas Aguirre
SVN revision: 47346
src/lib/elm_theme.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_theme.c
b/src/lib/elm_theme.c
index
74fd9ec
..
84eaa4e
100644
(file)
--- a/
src/lib/elm_theme.c
+++ b/
src/lib/elm_theme.c
@@
-30,7
+30,8
@@
_elm_theme_theme_element_try(const char *home, const char *f, const char *group)
const char *file = NULL;
if ((f[0] == '/') || ((f[0] == '.') && (f[1] == '/')) ||
- ((f[0] == '.') && (f[1] == '.') && (f[2] == '/')))
+ ((f[0] == '.') && (f[1] == '.') && (f[2] == '/')) ||
+ (isalpha(f[0]) && f[1] == ':'))
return _elm_theme_find_try(f, group);
else if (((f[0] == '~') && (f[1] == '/')))
{