removed not needed call

This commit is contained in:
Andreas Preikschat 2013-02-09 15:45:07 +01:00
parent d6128a4f06
commit b0065d808c
1 changed files with 0 additions and 1 deletions

View File

@ -168,7 +168,6 @@ class FirstTimeForm(QtGui.QWizard, Ui_FirstTimeWizard):
elif self.currentId() == FirstTimePage.NoInternet:
return FirstTimePage.Progress
elif self.currentId() == FirstTimePage.Themes:
self.application.process_events()
self.application.set_busy_cursor()
while not self.themeScreenshotThread.isFinished():
time.sleep(0.1)