[SCM] calf/master: Call g_thread_init before gtk_init, just out of caution.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:40:48 UTC 2013


The following commit has been merged in the master branch:
commit ea7c9c7b1139887be26f8c588621d707467057a2
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sun Dec 25 11:52:34 2011 +0000

    Call g_thread_init before gtk_init, just out of caution.

diff --git a/src/jackhost.cpp b/src/jackhost.cpp
index 31f2567..e6423c6 100644
--- a/src/jackhost.cpp
+++ b/src/jackhost.cpp
@@ -310,6 +310,7 @@ void print_help(char *argv[])
 int main(int argc, char *argv[])
 {
     g_type_init();
+    g_thread_init(NULL);
     
     host_session sess(new gtk_session_environment());
     sess.session_env->init_gui(argc, argv);

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list