Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149524
b: refs/heads/master
c: 98403a9
h: refs/heads/master
v: v3
  • Loading branch information
Markus Heidelberg authored and Sam Ravnborg committed Jun 9, 2009
1 parent c8f5e8b commit c3f5d7a
Show file tree
Hide file tree
Showing 2 changed files with 7 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: c26dd719a5b9d94d12211f2d101bd7dffb7f9f1f
refs/heads/master: 98403a91389d11edd954e8f89dcffc3db525657f
7 changes: 6 additions & 1 deletion trunk/scripts/kconfig/qconf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ void ConfigView::updateListAll(void)
}

ConfigInfoView::ConfigInfoView(QWidget* parent, const char *name)
: Parent(parent, name), menu(0), sym(0)
: Parent(parent, name), sym(0), menu(0)
{
if (name) {
configSettings->beginGroup(name);
Expand Down Expand Up @@ -1524,6 +1524,8 @@ void ConfigMainWindow::setMenuLink(struct menu *menu)
case fullMode:
list = configList;
break;
default:
break;
}

if (list) {
Expand Down Expand Up @@ -1673,6 +1675,9 @@ void ConfigMainWindow::saveSettings(void)
case fullMode :
entry = "full";
break;

default:
break;
}
configSettings->writeEntry("/listMode", entry);

Expand Down

0 comments on commit c3f5d7a

Please sign in to comment.