summaryrefslogtreecommitdiffstats
path: root/CategoriesPanel.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-03-24 23:12:43 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-03-24 23:12:43 -0300
commita93db5234c8e24c56c4b5b615de837afeeac5e74 (patch)
treef68394fa63113bc62798e1e9fff66caaae1a7f8a /CategoriesPanel.c
parent38fd1bfaba8b742d476a146ee111bf24cce9193e (diff)
handle clicks on panel header line
Diffstat (limited to 'CategoriesPanel.c')
-rw-r--r--CategoriesPanel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CategoriesPanel.c b/CategoriesPanel.c
index 8cb442e4..d67be86a 100644
--- a/CategoriesPanel.c
+++ b/CategoriesPanel.c
@@ -78,7 +78,7 @@ static HandlerResult CategoriesPanel_eventHandler(Panel* super, int ch) {
int selected = Panel_getSelectedIndex(super);
switch (ch) {
- case EVENT_SETSELECTED:
+ case EVENT_SET_SELECTED:
result = HANDLED;
break;
case KEY_UP:

© 2014-2024 Faster IT GmbH | imprint | privacy policy