Commit e1819917 authored by sumpfralle's avatar sumpfralle

fixed startup config file handling: "save task settings file" is now enabled


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@1039 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 48bf0fed
...@@ -1119,9 +1119,7 @@ class ProjectGui: ...@@ -1119,9 +1119,7 @@ class ProjectGui:
gtk.main_iteration() gtk.main_iteration()
autoload_task_filename = self.settings.get("default_task_settings_file") autoload_task_filename = self.settings.get("default_task_settings_file")
if autoload_task_filename: if autoload_task_filename:
self.load_task_settings_file(filename=autoload_task_filename) self.open_task_settings_file(autoload_task_filename)
self.last_task_settings_uri = pycam.Utils.URIHandler(
autoload_task_filename)
self.update_all_controls() self.update_all_controls()
self.no_dialog = no_dialog self.no_dialog = no_dialog
if not self.no_dialog: if not self.no_dialog:
......
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