diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-08-05 21:14:38 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-08-05 21:14:38 -0400 |
| commit | fe08a60665dfa6de0ce7c7c0eaf47e69e6a0f23e (patch) | |
| tree | 2070d81689783f6e69dda9e8935c424ee3be4236 | |
| parent | 7f5347897754164c9688d7e3d882411283c13a55 (diff) | |
add a comment
| -rw-r--r-- | render/theme.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/render/theme.c b/render/theme.c index d188e6ae..3d357e38 100644 --- a/render/theme.c +++ b/render/theme.c @@ -115,6 +115,7 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name, theme->a_menu_normal = RrAppearanceNew(inst, 0); theme->a_menu_selected = RrAppearanceNew(inst, 0); theme->a_menu_disabled = RrAppearanceNew(inst, 0); + /* a_menu_disabled_selected is copied from a_menu_selected */ theme->a_menu_text_normal = RrAppearanceNew(inst, 1); theme->a_menu_text_selected = RrAppearanceNew(inst, 1); theme->a_menu_text_disabled = RrAppearanceNew(inst, 1); |
