Commit ca06f5d9 authored by Dan Pascu's avatar Dan Pascu

Removed redundant setMovie statement

parent 35668cd8
...@@ -647,7 +647,6 @@ class ServerToolsWindow(base_class, ui_class): ...@@ -647,7 +647,6 @@ class ServerToolsWindow(base_class, ui_class):
view.load_account_page(account, tab=view.tab, task=view.task) view.load_account_page(account, tab=view.tab, task=view.task)
def _SH_WebViewLoadStarted(self): def _SH_WebViewLoadStarted(self):
self.spinner_label.setMovie(self.spinner_movie)
self.spinner_label.show() self.spinner_label.show()
self.spinner_movie.start() self.spinner_movie.start()
self.progress_bar.setValue(0) self.progress_bar.setValue(0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment