Do not show new variables in red.
commitc8b5da4cedf04ae7c22dccb790f78f46f48663c8
authorJohannes Sixt <j6t@kdbg.org>
Wed, 2 Mar 2011 21:30:57 +0000 (2 22:30 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Fri, 4 Mar 2011 20:28:29 +0000 (4 21:28 +0100)
tree4311086644ed98682a617b7c5dcaf88a6b4c4b07
parent6c5e8cef81d2892fd51c39c015fd10eea344d7ba
Do not show new variables in red.

When the variable display was extended with a new entry, this new entry
was shown in red as if the value changed. The reason was that the entry
was allocated with no value, and subsequently, the entry was updated so
that it received the value that it ought to display. At this point, the
new value was different from the empty string and marked as changed.

Fix it by initializing the entry with its final value so that there is no
reason to mark it as changed.
kdbg/exprwnd.cpp
kdbg/exprwnd.h