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

List:       kde-bugs-dist
Subject:    [Bug 50202] kopete crash when connecting to msn
From:       Martijn Klingens <klingens () kde ! org>
Date:       2002-11-05 21:46:09
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
     
http://bugs.kde.org/show_bug.cgi?id=50202     




------- Additional Comments From klingens@kde.org  2002-11-05 22:46 -------
Subject: Re: [Kopete-devel]  New: kopete crash when connecting to msn

On Tuesday 05 November 2002 01:09, Rob Kaper wrote:
> #7  0x418ed557 in MSNProtocol::addGroup(QString const&, QString const&) (
>     this=0x82908b8, groupName=@0xbfffe550, contactToAdd=@0x0)
>     at msnprotocol.cpp:863
> #8  0x418ebca0 in
> MSNProtocol::slotOnlineStatusChanged(MSNSocket::OnlineStatus)
> (this=0x82908b8, status=Connecting) at msnprotocol.cpp:623
                          ^^^^^^^^^^^^^^^^^^^^^^^^

Connecting, not connected.

And that method starts with

----
void MSNProtocol::slotOnlineStatusChanged( MSNSocket::OnlineStatus status )
{
	mIsConnected = status == MSNSocket::Connected;
	if ( mIsConnected )
	{
----

Is that assignment correct? Or should that be

	mIsConnected = ( status == MSNSocket::Connected );

instead?

I can't see any other possibility. Olivier's last commit from yesterday noon 
changes this, so I wonder how old Rob's checkout was.

Version:           0.5.8cvs >= 20021020 (using KDE 3.0.9 (KDE 3.1 RC1))

Doesn't say too much.

Rob, from when was this checkout? Does updating help if the checkout is from 
before 2002/11/04 12:46:38 (revision 1.157 of msnprotocol.cpp) ?
[prev in list] [next in list] [prev in thread] [next in thread] 

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