[SCM] calf/master: + GUI: try to apply the rc file

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:39:37 UTC 2013


The following commit has been merged in the master branch:
commit 8b248069ba4a72f786220a077f42655c185b8d99
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sat Oct 10 00:35:24 2009 +0100

    + GUI: try to apply the rc file

diff --git a/src/jackhost.cpp b/src/jackhost.cpp
index f8a138a..2202d45 100644
--- a/src/jackhost.cpp
+++ b/src/jackhost.cpp
@@ -348,6 +348,8 @@ void host_session::open()
     if (!input_name.empty()) client.input_name = input_name;
     if (!output_name.empty()) client.output_name = output_name;
     if (!midi_name.empty()) client.midi_name = midi_name;
+    
+    gtk_rc_parse(PKGLIBDIR "calf.rc");
     client.open(client_name.c_str());
     main_win->prefix = client_name + " - ";
     main_win->conditions.insert("jackhost");

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list