fixed FTW shown again

This commit is contained in:
Andreas Preikschat 2013-03-26 12:45:18 +01:00
parent e708140d13
commit 3fef841bb2
2 changed files with 2 additions and 1 deletions

View File

@ -305,6 +305,8 @@ def main(args=None):
# Instance check
if application.is_already_running():
sys.exit()
# Remove/convert obsolete settings.
Settings().remove_obsolete_settings()
# First time checks in settings
if not Settings().value(u'core/has run wizard'):
if not FirstTimeLanguageForm().exec_():

View File

@ -491,7 +491,6 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow):
self.new_data_path = None
self.copy_data = False
Settings().set_up_default_values()
Settings().remove_obsolete_settings()
self.service_not_saved = False
self.about_form = AboutForm(self)
self.media_controller = MediaController()