------- 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=119862
------- Additional Comments From ogoffart kde org 2006-02-10 22:46 -------
SVN commit 508147 by ogoffart:
Backport fix for Bug 119862: if you press escape or cancel in the new message
status-window there is a checkbox next to it and you can't click on it anymore
CCBUG: 119862
M +3 -1 kopeteawayaction.cpp
--- branches/KDE/3.5/kdenetwork/kopete/libkopete/kopeteawayaction.cpp
#508146:508147
@ -92,6 +92,9 @
void AwayAction::slotSelectAway( int index )
{
+ //remove that crappy check mark cf bug 119862
+ setCurrentItem( -1 );
+
Kopete::Away *mAway = Kopete::Away::getInstance();
QString awayReason;
@ -123,7 +126,6 @
emit awayMessageSelected( awayReason ) ;
emit awayMessageSelected( d->status, awayReason );
- setCurrentItem( -1 );
}
} //END namespace Kopete
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel