From kde-commits Thu Dec 15 11:45:54 2005 From: Olivier Goffart Date: Thu, 15 Dec 2005 11:45:54 +0000 To: kde-commits Subject: Re: branches/KDE/3.5/kdenetwork/kopete/kopete/chatwindow Message-Id: <200512151246.00868.ogoffart () tiscalinet ! be> X-MARC-Message: https://marc.info/?l=kde-commits&m=113469059412037 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--nextPart2442702.M42PiuHlRj" --nextPart2442702.M42PiuHlRj Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Le Mercredi 14 D=E9cembre 2005 17:19, Matthias Granberry a =E9crit=A0: > SVN commit 488465 by granberry: > > Display correct number of people in chat > BUG:109935 This is a controversial point, not always correct. (the meaning is different on irc and on msn group chat) > M +1 -1 chatview.cpp > > > --- branches/KDE/3.5/kdenetwork/kopete/kopete/chatwindow/chatview.cpp > #488464:488465 @@ -409,7 +409,7 @@ > if( newState !=3D 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 > ) ); } > } --nextPart2442702.M42PiuHlRj Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDoVd4z58lY8jWrL0RAoTXAJ48JlZmVauWiW5DzYhl56POS9x51gCgi81f m3MUy7hgIa1uDNnUwncSzmA= =PaxE -----END PGP SIGNATURE----- --nextPart2442702.M42PiuHlRj--