fixed location and a names bug

This commit is contained in:
jeena 2013-10-03 21:21:32 +02:00
parent da2d8cfcd5
commit 47fb023fdd
4 changed files with 11 additions and 7 deletions

View file

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