diff --git a/[refs] b/[refs] index ca42185831f0..470c5486ab63 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e0ab1ec9fcd3799e874ff9086729a480f6c06cd3 +refs/heads/master: 49e5646d6538f3a1c6697770f0bec2b2a0b7f30e diff --git a/trunk/scripts/kconfig/qconf.cc b/trunk/scripts/kconfig/qconf.cc index c0ae0a7ddb42..52a03670e0db 100644 --- a/trunk/scripts/kconfig/qconf.cc +++ b/trunk/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