--Boundary-00=_0ArHC+7QTcOFT6p Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Our new default style has an uninitialized variable. Valgrind told me so. Patch attached. -- George Staikos KDE Developer http://www.kde.org/ Staikos Computing Services Inc. http://www.staikos.net/ --Boundary-00=_0ArHC+7QTcOFT6p Content-Type: text/x-diff; charset="us-ascii"; name="plastik.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="plastik.patch" Index: plastik.cpp =================================================================== RCS file: /home/kde/kdelibs/kstyles/plastik/plastik.cpp,v retrieving revision 1.112 diff -u -3 -p -r1.112 plastik.cpp --- plastik.cpp 13 Feb 2005 12:58:00 -0000 1.112 +++ plastik.cpp 25 Feb 2005 04:56:21 -0000 @@ -156,6 +156,7 @@ PlastikStyle::PlastikStyle() : KStyle( A flatMode(false) { hoverWidget = 0; + hoverTab = 0; horizontalDots = 0; verticalDots = 0; --Boundary-00=_0ArHC+7QTcOFT6p--