Revert "Fix updating primary action and re-enabling drag-n-drop when a share is canceled"

This reverts commit 7e32ea7a21cda6c1cfd585bc83854cf20e44bcc7.
This commit is contained in:
Miguel Jacq 2018-02-25 12:27:20 +11:00
parent ac770ae71f
commit 54cfe9b683

View File

@ -79,8 +79,6 @@ class OnionShareGui(QtWidgets.QMainWindow):
self.server_status.server_stopped.connect(self.update_server_status_indicator)
self.server_status.server_stopped.connect(self.update_primary_action)
self.server_status.server_canceled.connect(self.cancel_server)
self.server_status.server_canceled.connect(self.file_selection.server_stopped)
self.server_status.server_canceled.connect(self.update_primary_action)
self.start_server_finished.connect(self.clear_message)
self.start_server_finished.connect(self.server_status.start_server_finished)
self.start_server_finished.connect(self.update_server_status_indicator)