removed debuging code

This commit is contained in:
jeena 2013-10-02 21:08:48 +02:00
parent 0e6600ac68
commit da2d8cfcd5
2 changed files with 1 additions and 2 deletions

View file

@ -174,7 +174,7 @@ class Controller(QtCore.QObject):
pass
@QtCore.pyqtSlot()
def openNewMessageWidow(self, text=""):
def openNewMessageWidow(self):
self.openNewMessageWindowInReplyToStatus("") # FIXME: create a status_string with this content
@QtCore.pyqtSlot(str)