lkml.org 
[lkml]   [2020]   [Jun]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v3 6/7] kconfig: qconf: don't show goback button on splitMode
    Date
    the goback button does nothing on splitMode. So, why display
    it?

    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    ---
    scripts/kconfig/qconf.cc | 5 +++--
    1 file changed, 3 insertions(+), 2 deletions(-)

    diff --git a/scripts/kconfig/qconf.cc b/scripts/kconfig/qconf.cc
    index e43fe4dcd4e7..6a327b69ff5f 100644
    --- a/scripts/kconfig/qconf.cc
    +++ b/scripts/kconfig/qconf.cc
    @@ -437,9 +437,10 @@ 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;
    + last = item;
    + }
    }
    if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) &&
    rootEntry->sym && rootEntry->prompt) {
    --
    2.26.2
    \
     
     \ /
      Last update: 2020-06-30 08:27    [W:2.135 / U:0.048 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site