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

List:       kde-commits
Subject:    KDE_3_2_BRANCH: kdelibs/kdecore
From:       Luboš Luňák <l.lunak () kde ! org>
Date:       2004-05-06 10:10:38
Message-ID: 20040506101038.90D401EBC () office ! kde ! org
[Download RAW message or body]

CVS commit by lunakl: 

Backport r1.652.


  M +3 -2      kapplication.cpp   1.637.2.9


--- kdelibs/kdecore/kapplication.cpp  #1.637.2.8:1.637.2.9
@@ -1704,5 +1704,6 @@ void KApplication::updateUserTimestamp( 
         XDestroyWindow( qt_xdisplay(), w );
     }
-    if( time - qt_x_user_time < 1000000000U ) // check time > qt_x_user_time, handle wrapping
+    if( qt_x_user_time == 0
+        || time - qt_x_user_time < 1000000000U ) // check time > qt_x_user_time, handle wrapping
         qt_x_user_time = time;
 #endif


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

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