------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=122750
michael.larouche kdemail net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From michael.larouche kdemail net 2006-02-26 20:28
-------
SVN commit 513865 by mlarouche:
BUG: 122750
Select the good variant in the combo box.
M +1 -1 appearanceconfig.cpp
--- branches/kopete/0.12/kopete/kopete/config/appearance/appearanceconfig.cpp
#513864:513865
@ -597,7 +597,7 @
d->mPrfsChatWindow->variantList->insertItem( it.key() );
if( it.data() == KopetePrefs::prefs()->styleVariant() )
-
d->mPrfsChatWindow->variantList->setCurrentItem(currentIndex);
+
d->mPrfsChatWindow->variantList->setCurrentItem(currentIndex+1);
currentIndex++;
}
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel