[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenetwork/kopete/protocols/oscar
From:       Matthias Granberry <matthias.granberry () gmail ! com>
Date:       2005-04-11 23:22:37
Message-ID: 20050411232237.76100633 () office ! kde ! org
[Download RAW message or body]

CVS commit by granberry: 

Replace &nbsp with a space so trillian and TNT don't display &nbsp 


  M +1 -1      oscarcontact.cpp   1.172


--- kdenetwork/kopete/protocols/oscar/oscarcontact.cpp  #1.171:1.172
@@ -183,5 +183,5 @@ void OscarContact::slotSendMsg( Kopete::
         Oscar::Message message;
         
-        message.setText( msg.escapedBody() );
+        message.setText( msg.escapedBody().replace( "&nbsp;" ), " " );
         
         message.setTimestamp( msg.timestamp() );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic