From 91cb5951a86b1ec2030bdfc977205da668121782 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 18 May 2009 20:18:49 +0200 Subject: 100l - fix some typos in last updates. --- nephilim/winMain.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'nephilim/winMain.py') diff --git a/nephilim/winMain.py b/nephilim/winMain.py index 2529d8c..1ea6213 100644 --- a/nephilim/winMain.py +++ b/nephilim/winMain.py @@ -118,8 +118,6 @@ class winMain(QtGui.QMainWindow): " add event handlers" self.connect(self.mpclient, QtCore.SIGNAL('connected'), self.onConnected) self.connect(self.mpclient, QtCore.SIGNAL('disconnected'), self.onDisconnect) - self.connect(self.mpclient, QtCore.SIGNAL('update_started'), self.onUpdateDBStart) - self.connect(self.mpclient, QtCore.SIGNAL('update_finished'), self.onUpdateDBFinish) self.connect(self.mpclient, QtCore.SIGNAL('song_changed'), self.on_song_change) self.connect(self.mpclient, QtCore.SIGNAL('state_changed'), self.update_state_messages) self.connect(self.mpclient, QtCore.SIGNAL('time_changed'), self.on_time_change) @@ -248,11 +246,6 @@ class winMain(QtGui.QMainWindow): self.enableAll(False) self.setStatus("You are disconnected. Choose File->Connect to reconnect!") - def onUpdateDBFinish(self): - self.setStatus('') - def onUpdateDBStart(self): - self.setStatus('Updating the database. Please wait ...') - def update_state_messages(self): song = self.mpclient.current_song() state = self.mpclient.status()['state'] -- cgit v1.2.3