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:
5c0f10b
)
was reading the menu bullet color into the wrong place
author
Dana Jansens
<danakj@orodu.net>
Thu, 14 Aug 2003 19:31:49 +0000
(19:31 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 14 Aug 2003 19:31:49 +0000
(19:31 +0000)
render/theme.c
patch
|
blob
|
history
diff --git
a/render/theme.c
b/render/theme.c
index 6e7d43c5be10ca9d53a581b6a90c41915feb8632..6880f008a44665b691c9f7967d6ab8506e63fe50 100644
(file)
--- a/
render/theme.c
+++ b/
render/theme.c
@@
-244,7
+244,7
@@
RrTheme* RrThemeNew(const RrInstance *inst, gchar *name)
"menu.frame.textColor", &theme->menu_color))
theme->menu_color = RrColorNew(inst, 0xff, 0xff, 0xff);
if (!read_color(db, inst,
- "menu.bullet.picColor", &theme->menu_color))
+ "menu.bullet.picColor", &theme->menu_
bullet_
color))
theme->menu_bullet_color = RrColorNew(inst, 0, 0, 0);
if (!read_color(db, inst,
"menu.frame.disableColor", &theme->menu_disabled_color))