------- 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=146882
kde bugs jan ritzerfeld net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From kde bugs jan ritzerfeld net 2007-06-21 19:15
-------
SVN commit 678555 by jritzerfeld:
Check mInstantMessageOpeningChk radio button if neither mUseQueueChk
nor mUseStackChk is checked.
BUG: 146882
M +1 -0 behaviorconfig.cpp
---
branches/KDE/3.5/kdenetwork/kopete/kopete/config/behavior/behaviorconfig.cpp
#678554:678555
@ -229,6 +229,7 @
// "General" TAB
============================================================
mPrfsGeneral->mShowTrayChk->setChecked( p->showTray() );
mPrfsGeneral->mStartDockedChk->setChecked( p->startDocked() );
+ mPrfsGeneral->mInstantMessageOpeningChk->setChecked( !p->useQueue() &&
!p->useStack());
mPrfsGeneral->mUseQueueChk->setChecked( p->useQueue() );
mPrfsGeneral->mUseStackChk->setChecked( p->useStack() );
mPrfsGeneral->mQueueUnreadMessagesChk->setChecked (
p->queueUnreadMessages() );
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel