Commit a0182168 authored by sumpfralle's avatar sumpfralle

r682@erker: lars | 2010-02-18 01:01:48 +0100

 removed obsolete "init_threads" call, that caused troubles when running under windows


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@140 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 83bd5381
...@@ -238,7 +238,6 @@ class GLView: ...@@ -238,7 +238,6 @@ class GLView:
class ProjectGui: class ProjectGui:
def __init__(self, master=None): def __init__(self, master=None):
gtk.gdk.threads_init()
self.settings = pycam.Gui.Settings.Settings() self.settings = pycam.Gui.Settings.Settings()
self.gui_is_active = False self.gui_is_active = False
self.view3d = None self.view3d = None
......
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