------- 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=133186         
mattr kde org changed:

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



------- Additional Comments From mattr kde org  2007-06-09 04:58 -------
SVN commit 673127 by mattr:

fix bug 133186 by escaping the nickname text when passing it to the balloon.
For the kOne chat style, that would be a bug in the style since it works here
with the default Kopete style.

BUG: 133186



 M  +1 -1      systemtray.cpp  


--- branches/KDE/3.5/kdenetwork/kopete/kopete/systemtray.cpp #673126:673127
 @ -302,7 +302,7  @
 
                        m_balloon = new KopeteBalloon(
                                i18n( "<qt><nobr><b>New Message from 
%1:</b></nobr><br><nobr>\"%2\"</nobr></qt>" )
-                                       .arg( msgFrom, msgText ), QString::null 
);
+                                       .arg( QStyleSheet::escape( msgFrom ), 
msgText ), QString::null );
                        connect(m_balloon, SIGNAL(signalBalloonClicked()), 
mBalloonEventList.first() , SLOT(apply()));
                        connect(m_balloon, SIGNAL(signalButtonClicked()), 
mBalloonEventList.first() , SLOT(apply()));
                        connect(m_balloon, SIGNAL(signalIgnoreButtonClicked()), 
mBalloonEventList.first() , SLOT(ignore()));
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to