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

List:       kwin
Subject:    [Bug 143545] KDE thinks Kile hangs
From:       Lubos Lunak <l.lunak () kde ! org>
Date:       2007-04-11 14:41:46
Message-ID: 20070411144146.18453.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=143545         
l.lunak kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From l.lunak kde org  2007-04-11 16:41 -------
SVN commit 652600 by lunakl:

Fix timestamp handling on 64bit platforms.
BUG: 143545



 M  +2 -1      client.cpp  


--- branches/KDE/3.5/kdebase/kwin/client.cpp #652599:652600
 @ -1108,7 +1108,8  @
 
 void Client::gotPing( Time timestamp )
     {
-    if( timestamp != ping_timestamp )
+    // just plain compare is not good enough because of 64bit and truncating and whatnot
+    if( NET::timestampCompare( timestamp, ping_timestamp ) != 0 )
         return;
     delete ping_timer;
     ping_timer = NULL;
_______________________________________________
Kwin mailing list
Kwin@kde.org
https://mail.kde.org/mailman/listinfo/kwin
[prev in list] [next in list] [prev in thread] [next in thread] 

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