@@ -5074,6 +5081,9 @@ class IncomingFileTransferRequest(QObject):
...
@@ -5074,6 +5081,9 @@ class IncomingFileTransferRequest(QObject):
def__ge__(self,other):
def__ge__(self,other):
returnself.priority>=other.priority
returnself.priority>=other.priority
def_SH_DialogFinished(self):
self.finished.emit(self)
def_SH_DialogAccepted(self):
def_SH_DialogAccepted(self):
self.accepted.emit(self)
self.accepted.emit(self)
...
@@ -5344,15 +5354,18 @@ class SessionManager(object):
...
@@ -5344,15 +5354,18 @@ class SessionManager(object):
dialog=IncomingDialog()# The dialog is constructed without the main window as parent so that on Linux it is displayed on the current workspace rather than the one where the main window is.
dialog=IncomingDialog()# The dialog is constructed without the main window as parent so that on Linux it is displayed on the current workspace rather than the one where the main window is.
dialog=IncomingFileTransferDialog()# The dialog is constructed without the main window as parent so that on Linux it is displayed on the current workspace rather than the one where the main window is.
dialog=IncomingFileTransferDialog()# The dialog is constructed without the main window as parent so that on Linux it is displayed on the current workspace rather than the one where the main window is.
@@ -5439,6 +5447,7 @@ class SessionManager(object):
...
@@ -5439,6 +5447,7 @@ class SessionManager(object):
dialog=IncomingDialog()# The dialog is constructed without the main window as parent so that on Linux it is displayed on the current workspace rather than the one where the main window is.
dialog=IncomingDialog()# The dialog is constructed without the main window as parent so that on Linux it is displayed on the current workspace rather than the one where the main window is.