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

List:       kde-commits
Subject:    KDE/kdepim/kmail
From:       Carsten Burghardt <burghardt () kde ! org>
Date:       2005-05-31 20:40:35
Message-ID: 1117572035.236678.4826.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 420344 by burghard:

Increase the splash timeout to 1 sec to reduce flicker.


 M  +2 -2      kmmainwidget.cpp  


--- trunk/KDE/kdepim/kmail/kmmainwidget.cpp #420343:420344
@@ -1715,10 +1715,10 @@
       mForceJumpToUnread = forceJumpToUnread;
 
       // Set a timer to show a splash screen if fetching folder contents
-      // takes more than half a second
+      // takes more than a second
       mShowBusySplashTimer = new QTimer( this );
       connect( mShowBusySplashTimer, SIGNAL( timeout() ), this, SLOT( slotShowBusySplash() ) );
-      mShowBusySplashTimer->start( 500, true );
+      mShowBusySplashTimer->start( 1000, true );
       return;
     } else {
       // the folder is complete now - so go ahead
[prev in list] [next in list] [prev in thread] [next in thread] 

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