[SCM] calf/master: Initialise type system before using GConf. Might fix the MacOS X issues.

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


The following commit has been merged in the master branch:
commit 21258b8b0139b2f57eccdf6e36d8d4ff46b02cd6
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Wed Oct 20 21:59:18 2010 +0100

    Initialise type system before using GConf. Might fix the MacOS X issues.

diff --git a/src/jackhost.cpp b/src/jackhost.cpp
index 04368bb..9cb9c76 100644
--- a/src/jackhost.cpp
+++ b/src/jackhost.cpp
@@ -287,6 +287,7 @@ void print_help(char *argv[])
 
 int main(int argc, char *argv[])
 {
+    g_type_init();
     host_session sess;
 
     gtk_rc_add_default_file(PKGLIBDIR "calf.rc");

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list