fixed location and a names bug
This commit is contained in:
parent
da2d8cfcd5
commit
47fb023fdd
4 changed files with 11 additions and 7 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue