[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 82619] Unfocused tree views in gtk+-2.0 do not show
From:       Billy Biggs <vektor () dumbterm ! net>
Date:       2004-09-19 19:11:17
Message-ID: 20040919191117.10532.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
        
http://bugs.kde.org/show_bug.cgi?id=82619        
vektor dumbterm net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From vektor dumbterm net  2004-09-19 21:11 -------
I have confirmed that this bug was fixed by this code which was checked in between \
KDE 3.2.2 and KDE 3.2.3.

--- krdb.cpp    2004-09-19 15:08:00.000000000 -0400
+++ krdb-3.2.3.cpp      2004-09-19 15:07:03.000000000 -0400
 @ -343,8 +343,8  @
         t << "  base[NORMAL] = " << color( cg.base() ) << endl;
         t << "  base[SELECTED] = " << color( cg.highlight() ) << endl;
         t << "  base[INSENSITIVE] = " << color( cg.background() ) << endl;
-        t << "  base[ACTIVE] = " << color( cg.base() ) << endl;
-        t << "  base[PRELIGHT] = " << color( cg.base() ) << endl;
+        t << "  base[ACTIVE] = " << color( cg.highlight() ) << endl;
+        t << "  base[PRELIGHT] = " << color( cg.highlight() ) << endl;
         t << endl;
         t << "  text[NORMAL] = " << color( cg.text() ) << endl;
         t << "  text[SELECTED] = " << color( cg.highlightedText() ) << endl;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic