summaryrefslogtreecommitdiffstats
path: root/source/widgets/textbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/widgets/textbox.c')
-rw-r--r--source/widgets/textbox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/widgets/textbox.c b/source/widgets/textbox.c
index 7e78f579..8d4cdc37 100644
--- a/source/widgets/textbox.c
+++ b/source/widgets/textbox.c
@@ -145,8 +145,8 @@ textbox* textbox_create ( const char *name, TextboxFlags flags, short x, short y
const char const *const theme_prop_names[][3] = {
{"normal.normal", "selected.normal", "alternate.normal"},
- {"urgent.normal", "selected.urgent", "alternate.urgent"},
- {"active.normal", "selected.active", "alternate.active"},
+ {"normal.urgent", "selected.urgent", "alternate.urgent"},
+ {"normal.active", "selected.active", "alternate.active"},
};
void textbox_font ( textbox *tb, TextBoxFontType tbft )