[PATCH] qconf: immediately update integer and string values in xconfig display
[safe/jmp/linux-2.6] / scripts / kconfig / qconf.cc
index c0ae0a7..52a0367 100644 (file)
@@ -89,6 +89,7 @@ void ConfigItem::okRename(int col)
 {
        Parent::okRename(col);
        sym_set_string_value(menu->sym, text(dataColIdx).latin1());
+       listView()->updateList(this);
 }
 #endif