diff options
Diffstat (limited to 'scripts/kconfig/qconf.cc')
-rw-r--r-- | scripts/kconfig/qconf.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/qconf.cc b/scripts/kconfig/qconf.cc index c0ae0a7ddb42..52a03670e0db 100644 --- a/scripts/kconfig/qconf.cc +++ b/scripts/kconfig/qconf.cc | |||
@@ -89,6 +89,7 @@ void ConfigItem::okRename(int col) | |||
89 | { | 89 | { |
90 | Parent::okRename(col); | 90 | Parent::okRename(col); |
91 | sym_set_string_value(menu->sym, text(dataColIdx).latin1()); | 91 | sym_set_string_value(menu->sym, text(dataColIdx).latin1()); |
92 | listView()->updateList(this); | ||
92 | } | 93 | } |
93 | #endif | 94 | #endif |
94 | 95 | ||