Bug fix: Register memo modes/actions correctly
This commit is contained in:
parent
e6c3791464
commit
20241b0779
1 changed files with 0 additions and 2 deletions
2
memos.py
2
memos.py
|
@ -728,8 +728,6 @@ class PesterMemo(PesterConvo):
|
|||
|
||||
@QtCore.pyqtSlot(QtCore.QString, QtCore.QString, QtCore.QString)
|
||||
def userPresentChange(self, handle, channel, update):
|
||||
if channel != self.channel and update != "quit":
|
||||
return
|
||||
h = unicode(handle)
|
||||
c = unicode(channel)
|
||||
update = unicode(update)
|
||||
|
|
Loading…
Reference in a new issue