mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
WPanel should report MSG_NOT_HANDLED for unhandled commands.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
6a0767360d
commit
0c1e480e05
@ -3557,6 +3557,7 @@ panel_execute_cmd (WPanel * panel, long command)
|
|||||||
panel_set_sort_type_by_id (panel, "mtime");
|
panel_set_sort_type_by_id (panel, "mtime");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
res = MSG_NOT_HANDLED;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user