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

List:       kde-commits
Subject:    kdeextragear-2/konversation/konversation/linkaddressbook
From:       İsmail Dönmez <ismail.donmez () gmail ! com>
Date:       2004-10-31 19:25:36
Message-ID: 20041031192536.317C216C3C () office ! kde ! org
[Download RAW message or body]

CVS commit by cartman: 


Some people are lame enough to put irc markup to identity section. So take
care of it.


  M +2 -1      nicklisttooltip.cpp   1.7


--- kdeextragear-2/konversation/konversation/linkaddressbook/nicklisttooltip.cpp  #1.6:1.7
@@ -24,4 +24,5 @@
 #include "../ledlistviewitem.h"
 #include "../nickinfo.h"
+#include "../common.h"
 
 class NickListView;
@@ -61,5 +62,5 @@ void KonversationNickListViewToolTip::ma
     uint yAdjust = itemRect.top();
     QPoint relativePos( pos.x() - xAdjust, pos.y() - yAdjust );
-    toolTip = nick->getChannelNick()->tooltip();
+    toolTip = Konversation::removeIrcMarkup(nick->getChannelNick()->tooltip());
     if(!toolTip.isEmpty()) 
         tip(itemRect, toolTip);


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

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