projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a3464b
)
set name to the name of the theme when falling back
author
Dana Jansens
<danakj@orodu.net>
Wed, 30 May 2007 13:39:10 +0000
(13:39 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 30 May 2007 13:39:10 +0000
(13:39 +0000)
render/theme.c
patch
|
blob
|
history
diff --git
a/render/theme.c
b/render/theme.c
index b4d869182daa23da08c16ca76fdd8532310aced9..152ea34fb70d57b552c59abfb771dab7b748c61a 100644
(file)
--- a/
render/theme.c
+++ b/
render/theme.c
@@
-90,6
+90,7
@@
RrTheme* RrThemeNew(const RrInstance *inst, gchar *name,
g_message("Unable to load the theme '%s'", DEFAULT_THEME);
return NULL;
}
+ name = DEFAULT_THEME;
}
ps.inst = inst;