Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48317
b: refs/heads/master
c: ed8b4d4
h: refs/heads/master
i:
  48315: 9d52978
v: v3
  • Loading branch information
Cyrill V. Gorcunov authored and Linus Torvalds committed Feb 14, 2007
1 parent 80def40 commit 4f44bd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1f85712e6e1f2450ec4fd2ab18f8887bf7280f8e
refs/heads/master: ed8b4d4d7a31923db32f4684535944d69eb43677
2 changes: 2 additions & 0 deletions trunk/scripts/kconfig/qconf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,8 @@ void ConfigList::updateMenuList(P* parent, struct menu* menu)

visible = menu_is_visible(child);
if (showAll || visible) {
if (!child->sym && !child->list && !child->prompt)
continue;
if (!item || item->menu != child)
item = new ConfigItem(parent, last, child, visible);
else
Expand Down

0 comments on commit 4f44bd8

Please sign in to comment.