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

List:       kde-commits
Subject:    branches/KDE/4.3/kdeplasma-addons/applets/life
From:       Bram Schoenmakers <bramschoenmakers () kde ! nl>
Date:       2009-09-16 20:33:50
Message-ID: 1253133230.064977.6415.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1024566 by bram:

Respect the step interval setting, don't default to 1 second.


 M  +1 -1      life.cpp  


--- branches/KDE/4.3/kdeplasma-addons/applets/life/life.cpp #1024565:1024566
@@ -65,7 +65,7 @@
 void Life::startUpdateTimer()
 {
     connect(&timer, SIGNAL(timeout()), this, SLOT(updateGame()));
-    timer.start(1000);
+    timer.start( stepInterval * 1000 );
 }
 
 void Life::updateGame()
[prev in list] [next in list] [prev in thread] [next in thread] 

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