@@ -5160,7 +5168,6 @@ class SessionManager(object):
def__init__(self):
self.sessions=[]
self.incoming_requests=[]
self.dialog_positions=range(1,100)
self.file_transfers=[]
self.last_dialed_uri=None
self.send_file_directory=Path('~').normalized
...
...
@@ -5333,18 +5340,13 @@ 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.