summaryrefslogtreecommitdiffstats
path: root/src/gui/ingen_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/ingen_gui.cpp')
-rw-r--r--src/gui/ingen_gui.cpp1
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();
}