summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--render/theme.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/render/theme.c b/render/theme.c
index 4aef833f..450d3e8e 100644
--- a/render/theme.c
+++ b/render/theme.c
@@ -931,9 +931,9 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name,
if (!FIND(shadow, L("menu","active-disabled","shadow","offset"),
theme->a_menu_text_disabled_selected))
theme->a_menu_text_disabled_selected->
- texture[0].data.text.shadow_offset_x = 0;
- theme->a_menu_text_disabled_selected->
- texture[0].data.text.shadow_offset_y = 0;
+ texture[0].data.text.shadow_offset_x =
+ theme->a_menu_text_disabled_selected->
+ texture[0].data.text.shadow_offset_y = 0;
theme->a_menu_text_normal->texture[0].data.text.shadow_color =
theme->menu_text_normal_shadow_color;
theme->a_menu_text_normal->texture[0].data.text.shadow_alpha =