]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - scripts/kconfig/qconf.cc
Pull sysfs into test branch
[linux-2.6-omap-h63xx.git] / scripts / kconfig / qconf.cc
index 0b2fcc417f590a0eed79b5709f0e48d50c8dda11..c0ae0a7ddb427e2ba05fc4c67a0b64ddf4f1fbb4 100644 (file)
@@ -917,7 +917,7 @@ void ConfigView::updateListAll(void)
 }
 
 ConfigInfoView::ConfigInfoView(QWidget* parent, const char *name)
-       : Parent(parent, name), menu(0)
+       : Parent(parent, name), menu(0), sym(0)
 {
        if (name) {
                configSettings->beginGroup(name);
@@ -953,6 +953,7 @@ void ConfigInfoView::setInfo(struct menu *m)
        if (menu == m)
                return;
        menu = m;
+       sym = NULL;
        if (!menu)
                clear();
        else