Fix some lingering attribute/module references that had not been updated to use their new names/paths

This commit is contained in:
Miguel Jacq 2018-05-28 15:52:43 +10:00
parent 8658589b2d
commit 7e7611bc34
No known key found for this signature in database
GPG key ID: 5418373DFF79BA19
2 changed files with 3 additions and 3 deletions

View file

@ -716,7 +716,7 @@ class SettingsDialog(QtWidgets.QDialog):
self.common.log('SettingsDialog', 'save_clicked', 'rebooting the Onion')
self.onion.cleanup()
tor_con = TorConnectionDialog(self.qtapp, settings, self.onion)
tor_con = TorConnectionDialog(self.common, self.qtapp, self.onion, settings)
tor_con.start()
self.common.log('SettingsDialog', 'save_clicked', 'Onion done rebooting, connected to Tor: {}'.format(self.onion.connected_to_tor))