summaryrefslogtreecommitdiff
path: root/alsamixer/widget.c
diff options
context:
space:
mode:
Diffstat (limited to 'alsamixer/widget.c')
-rw-r--r--alsamixer/widget.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/alsamixer/widget.c b/alsamixer/widget.c
index 6f1644a..17f3ace 100644
--- a/alsamixer/widget.c
+++ b/alsamixer/widget.c
@@ -87,8 +87,8 @@ void widget_init(struct widget *widget, int lines_, int cols, int y, int x,
set_panel_userptr(widget->panel, widget);
}
- if (!widget->handle_key)
- widget->handle_key = widget_handle_key;
+ //if (!widget->handle_key)
+ // widget->handle_key = widget_handle_key;
if (old_window)
delwin(old_window);