summaryrefslogtreecommitdiffstats
path: root/ColorsPanel.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2006-05-30 14:02:43 +0000
committerHisham Muhammad <hisham@gobolinux.org>2006-05-30 14:02:43 +0000
commit9da282d748a00fef7210ec1df12eb3201397edd5 (patch)
treebf3c97720cb5d216d03c25ddf5cf6b088099e1a2 /ColorsPanel.c
parentea855aef735756ca523c2d5b240452bb29767fa7 (diff)
Remove references to ListBox
Diffstat (limited to 'ColorsPanel.c')
-rw-r--r--ColorsPanel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ColorsPanel.c b/ColorsPanel.c
index 664c04bc..e41cd802 100644
--- a/ColorsPanel.c
+++ b/ColorsPanel.c
@@ -88,10 +88,10 @@ HandlerResult ColorsPanel_EventHandler(Panel* super, int ch) {
this->settings->changed = true;
Header* header = this->settings->header;
CRT_setColors(mark);
- Panel* lbMenu = (Panel*) Vector_get(this->scr->items, 0);
+ Panel* menu = (Panel*) Vector_get(this->scr->items, 0);
Header_draw(header);
RichString_setAttr(&(super->header), CRT_colors[PANEL_HEADER_FOCUS]);
- RichString_setAttr(&(lbMenu->header), CRT_colors[PANEL_HEADER_UNFOCUS]);
+ RichString_setAttr(&(menu->header), CRT_colors[PANEL_HEADER_UNFOCUS]);
ScreenManager_resize(this->scr, this->scr->x1, header->height, this->scr->x2, this->scr->y2);
}
return result;

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