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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/protocols/oscar/liboscar/tasks
From:       Roman Jarosz <kedgedev () centrum ! cz>
Date:       2008-03-23 16:16:03
Message-ID: 1206288963.933215.4697.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 789218 by rjarosz:

Fix bug 159695: wrong date in history of an icq contact

BUG: 159695



 M  +1 -1      messagereceivertask.cpp  


--- trunk/KDE/kdenetwork/kopete/protocols/oscar/liboscar/tasks/messagereceivertask.cpp #789217:789218
@@ -181,7 +181,7 @@
 	TLV timestamp = Oscar::findTLV( messageTLVList, 0x0016 );
 	if ( timestamp )
 	{
-		Buffer timestampBuffer( t.data );
+		Buffer timestampBuffer( timestamp.data );
 		msg.setTimestamp( QDateTime::fromTime_t( timestampBuffer.getDWord() ) );
 	}
 	else
[prev in list] [next in list] [prev in thread] [next in thread] 

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