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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/kopete/contactlist
From:       Benson Tsai <btsai () vrwarp ! com>
Date:       2009-04-01 14:45:33
Message-ID: 1238597133.838665.12767.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 947888 by btsai:

Reverting a change (to tooltip) that wasn't suppose to be committed.

 M  +2 -12     contactlistmodel.cpp  


--- trunk/KDE/kdenetwork/kopete/kopete/contactlist/contactlistmodel.cpp \
#947887:947888 @@ -615,20 +615,10 @@
 			      QString(QUrl::toPercentEncoding( c->contactId() ) )
 			    );
 
-		QString name = Kopete::Emoticons::parseEmoticons(c->property(Kopete::Global::Properties::self()->nickName()).value().toString());
                
-
 		toolTip += i18nc("<tr><td>STATUS ICON <b>PROTOCOL NAME</b> (ACCOUNT \
                NAME)</td><td>STATUS DESCRIPTION</td></tr>",
-		                 "<tr><td>"
-		                         "<nobr><img src=\"%1\">&nbsp;<b>%2</b>&nbsp;(%3)</nobr>"
-		                 "</td><td>"
-		                         "<i>%5</i>"
-		                 "</td><td align=\"right\">"
-		                         "<nobr>%4</nobr>"
-		                 "</td></tr>",
-		                 iconName, name, c->contactId(), c->onlineStatus().description(), \
                c->statusMessage().message());
-		kDebug() << "contact " << c->contactId() << " away msg: " << \
c->statusMessage().message(); +		                 "<tr><td><img \
src=\"%1\">&nbsp;<nobr><b>%2</b></nobr>&nbsp;<nobr>(%3)</nobr></td><td \
align=\"right\"><nobr>%4</nobr></td></tr>", +		                 iconName, \
Kopete::Emoticons::parseEmoticons(c->property(Kopete::Global::Properties::self()->nickName()).value().toString()) \
, c->contactId(), c->onlineStatus().description() );  }
-	kDebug() << "meta " << metaContact->displayName() << " away msg: " << \
metaContact->statusMessage().message();  
 	return toolTip + QLatin1String("</table></td></tr></table></qt>");
 }


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

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