X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=scripts%2Fkconfig%2Fqconf.cc;fp=scripts%2Fkconfig%2Fqconf.cc;h=52a03670e0db4414160c7bbf6f064469601cc595;hb=49e5646d6538f3a1c6697770f0bec2b2a0b7f30e;hp=c0ae0a7ddb427e2ba05fc4c67a0b64ddf4f1fbb4;hpb=e0ab1ec9fcd3799e874ff9086729a480f6c06cd3;p=safe%2Fjmp%2Flinux-2.6 diff --git a/scripts/kconfig/qconf.cc b/scripts/kconfig/qconf.cc index c0ae0a7..52a0367 100644 --- a/scripts/kconfig/qconf.cc +++ b/scripts/kconfig/qconf.cc @@ -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