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

List:       kde-commits
Subject:    branches/KDE/3.5/kdenetwork/kopete/kopete/chatwindow
From:       Matthias Granberry <matthias.granberry () gmail ! com>
Date:       2005-12-14 16:19:33
Message-ID: 1134577173.957285.20935.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 488465 by granberry:

Display correct number of people in chat
BUG:109935


 M  +1 -1      chatview.cpp  


--- branches/KDE/3.5/kdenetwork/kopete/kopete/chatwindow/chatview.cpp #488464:488465
@@ -409,7 +409,7 @@
 	if( newState != Typing )
 	{
 		setStatusText( i18n( "One other person in the chat",
-			       "%n other people in the chat", m_manager->members().count() ) );
+			       "%n other people in the chat", m_manager->members().count() - 1 ) );
 	}
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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