summaryrefslogtreecommitdiff
path: root/clMonty.py
diff options
context:
space:
mode:
authorjerous <jerous@gmail.com>2008-07-16 01:00:14 +0200
committerjerous <jerous@gmail.com>2008-07-16 01:00:14 +0200
commitf51b1696adcbaffa484f0eaa0abdd407c412e58e (patch)
tree45cb3ea06088df1326b74d1f6b0887d861eda7db /clMonty.py
parentfbc172317b698a40cdd6f517747fdfdf6ab6ae72 (diff)
disable shortcuts
Diffstat (limited to 'clMonty.py')
-rw-r--r--clMonty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clMonty.py b/clMonty.py
index 46ddbc4..44c63d6 100644
--- a/clMonty.py
+++ b/clMonty.py
@@ -69,7 +69,7 @@ class Monty(QtCore.QObject):
self._updateLib()
self._updatePlaylist()
self._updateCurrentSong()
- self._timerID=self.startTimer(200)
+ self._timerID=self.startTimer(500)
except Exception:
print_exc()
self._raiseEvent('onStateChange', {'oldState':'stop', 'newState':self.getStatus()['state']})