Loading scripts/kconfig/qconf.cc +3 −2 Original line number Diff line number Diff line Loading @@ -437,10 +437,11 @@ void ConfigList::updateList(ConfigItem* item) if (rootEntry != &rootmenu && (mode == singleMode || (mode == symbolMode && rootEntry->parent != &rootmenu))) { item = (ConfigItem *)topLevelItem(0); if (!item) if (!item && mode != symbolMode) { item = new ConfigItem(this, 0, true); last = item; } } if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && rootEntry->sym && rootEntry->prompt) { item = last ? last->nextSibling() : firstChild(); Loading Loading
scripts/kconfig/qconf.cc +3 −2 Original line number Diff line number Diff line Loading @@ -437,10 +437,11 @@ void ConfigList::updateList(ConfigItem* item) if (rootEntry != &rootmenu && (mode == singleMode || (mode == symbolMode && rootEntry->parent != &rootmenu))) { item = (ConfigItem *)topLevelItem(0); if (!item) if (!item && mode != symbolMode) { item = new ConfigItem(this, 0, true); last = item; } } if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && rootEntry->sym && rootEntry->prompt) { item = last ? last->nextSibling() : firstChild(); Loading