diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/ingen_gui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/ingen_gui.cpp b/src/gui/ingen_gui.cpp index 38ff937b..097de5cf 100644 --- a/src/gui/ingen_gui.cpp +++ b/src/gui/ingen_gui.cpp @@ -39,6 +39,7 @@ extern "C" { Ingen::Module* ingen_module_load() { + Glib::thread_init(); return new Ingen::GUI::GUIModule(); } |