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

List:       kde-commits
Subject:    kdepim/libkdenetwork
From:       David Faure <faure () kde ! org>
Date:       2004-05-12 9:56:25
Message-ID: 20040512095625.3E753253E () office ! kde ! org
[Download RAW message or body]

CVS commit by faure: 

arg(a,b) is a multi-arg only if a and b are strings; if b is a number it's
used as the fieldwidth for a.


  M +1 -1      ksubscription.cpp   1.13


--- kdepim/libkdenetwork/ksubscription.cpp  #1.12:1.13
@@ -762,5 +762,5 @@ void KSubscription::slotUpdateStatusLabe
     text = i18n("Loading...(%1 matching)").arg(activeItemCount());
   else
-    text = i18n("%1: (%2 matching)").arg(account()->name(), activeItemCount());
+    text = i18n("%1: (%2 matching)").arg(account()->name()).arg(activeItemCount());
 
   leftLabel->setText(text);


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

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