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 be36aeb277
commit 445a8423d5
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))