Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=49e5646d6538f3a1c6697770f0bec2b2a0b7f30e
Commit:     49e5646d6538f3a1c6697770f0bec2b2a0b7f30e
Parent:     e0ab1ec9fcd3799e874ff9086729a480f6c06cd3
Author:     Karsten Wiese <[EMAIL PROTECTED]>
AuthorDate: Wed Feb 14 00:32:57 2007 -0800
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Wed Feb 14 08:09:51 2007 -0800

    [PATCH] qconf: immediately update integer and string values in xconfig 
display
    
    In xconfig's display integer and string values are also shown as part of
    the config item's descriptive text.
    
    This patch updates the descriptive text, when the corresponding value has
    been changed.  Fix for http://bugzilla.kernel.org/show_bug.cgi?id=7744
    
    Take2 uses updateList() so config values dependending on the changed value
    see the change.
    
    Signed-off-by: Karsten Wiese <[EMAIL PROTECTED]>
    Cc: Roman Zippel <[EMAIL PROTECTED]>
    Cc: Randy Dunlap <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 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 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
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to