fixed the bug that bothered you from changing more than once with VbT (#9602)

This commit is contained in:
Vanellope 2018-03-06 18:37:43 +09:00 committed by radare
parent 9c0d682e60
commit d39ddcba26

View File

@ -207,7 +207,7 @@ done:
}
if (mode == 'l' && !curtheme && !r_list_empty (files)) {
//nextpal (core, mode);
} else if (mode != 'j') {
} else if (mode == 'n' || mode == 'p') {
if (curtheme) {
r_core_cmdf (core, "eco %s", curtheme);
}