X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Fconf.c;fp=config%2Fconf.c;h=0da602a422d23e731a5b80e9ae509eeefd4382ed;hp=0d21a01122f7a70078fde40bb66cdae3ef03689d;hb=95175f620aab51399c3a128f1a086105e728f1c0;hpb=2e9de4821d4aa774d999a0d217159d33ea7b6517 diff --git a/config/conf.c b/config/conf.c index 0d21a01..0da602a 100644 --- a/config/conf.c +++ b/config/conf.c @@ -354,8 +354,7 @@ static void conf(struct menu *menu) switch (prop->type) { case P_MENU: - if ((input_mode == listnewconfig || - input_mode == oldnoconfig) && + if (input_mode == listnewconfig) && rootEntry != menu) { check_conf(menu); return;