Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48314
b: refs/heads/master
c: f253f00
h: refs/heads/master
v: v3
  • Loading branch information
Cyrill V. Gorcunov authored and Linus Torvalds committed Feb 14, 2007
1 parent cb868b9 commit 34e8d96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 786fb18d015cc5f34284d426e055ddd7a3dbb53b
refs/heads/master: f253f00003c3fed0355cf49482f24c56bc5dbea6
5 changes: 4 additions & 1 deletion trunk/scripts/kconfig/qconf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1472,7 +1472,10 @@ void ConfigMainWindow::searchConfig(void)
void ConfigMainWindow::changeMenu(struct menu *menu)
{
configList->setRootMenu(menu);
backAction->setEnabled(TRUE);
if (configList->rootEntry->parent == &rootmenu)
backAction->setEnabled(FALSE);
else
backAction->setEnabled(TRUE);
}

void ConfigMainWindow::setMenuLink(struct menu *menu)
Expand Down

0 comments on commit 34e8d96

Please sign in to comment.