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

List:       kde-commits
Subject:    kdenetwork/kopete/kopete
From:       Jason Keirstead <jason () keirstead ! org>
Date:       2005-02-01 15:00:21
Message-ID: 20050201150021.015B71D136 () office ! kde ! org
[Download RAW message or body]

CVS commit by brunes: 

Fix IRC status icon, label and accountId were backwards

BUG:98157


  M +2 -2      kopetewindow.cpp   1.224


--- kdenetwork/kopete/kopete/kopetewindow.cpp  #1.223:1.224
@@ -621,6 +621,6 @@ void KopeteWindow::makeTrayToolTip()
                         tt += i18n( "Account tooltip information: <nobr>ICON \
                <b>PROTOCOL:</b> NAME (<i>STATUS</i>)<br/>",
                                     "<nobr><img src=\"kopete-account-icon:%3:%4\"> \
                <b>%1:</b> %2 (<i>%5</i>)<br/>" )
-                                .arg( a->protocol()->displayName() ).arg( \
                a->accountId(), KURL::encode_string( a->protocol()->pluginId() ),
-                                KURL::encode_string( a->accountLabel() ), \
self->onlineStatus().description() ); +                                .arg( \
a->protocol()->displayName() ).arg( a->accountLabel(), KURL::encode_string( \
a->protocol()->pluginId() ), +                                KURL::encode_string( \
a->accountId() ), self->onlineStatus().description() );  }
                 tt += QString::fromLatin1("</qt>");


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

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