WPanel should report MSG_NOT_HANDLED for unhandled commands.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Mooffie 2016-02-23 17:43:30 +02:00 committed by Andrew Borodin
parent 6a0767360d
commit 0c1e480e05

View File

@ -3557,6 +3557,7 @@ panel_execute_cmd (WPanel * panel, long command)
panel_set_sort_type_by_id (panel, "mtime");
break;
default:
res = MSG_NOT_HANDLED;
break;
}