SVN commit 1187961 by aacid:

Use the i18n'ed description and not the non i18n'ed status

CCMAIL: kopete-devel@kde.org


 M  +2 -2      kopeteaccountconfig.cpp  


--- trunk/KDE/kdenetwork/kopete/kopete/config/accounts/kopeteaccountconfig.cpp 
#1187960:1187961
@@ -194,7 +194,7 @@
 
                lvi->setSizeHint( 0, QSize(0, 42) );
                
-               lvi->setText( 1, 
account->myself()->onlineStatus().statusTypeToString(account->myself()->onlineStatus().status())
 );
+               lvi->setText( 1, 
account->myself()->onlineStatus().description() );
                lvi->setTextAlignment( 1, Qt::AlignRight | Qt::AlignVCenter );
                lvi->setFont( 1, font );
        
@@ -471,7 +471,7 @@
                if (i->account()->myself() == contact)
                {
                        (*it)->setIcon( 0, newStatus.iconFor(i->account()) );
-                       (*it)->setText( 1, 
contact->onlineStatus().statusTypeToString(newStatus.status()) );
+                       (*it)->setText( 1, newStatus.status().description() );
                        break;
                }
        }
_______________________________________________
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to