[SCM] calf/master: + JACK host: fix a bug causing a bunch of warnings from UI manager

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


The following commit has been merged in the master branch:
commit e768f81b1c61d13785030b6466d5e61d0d4dd965
Author: kfoltman <kfoltman at 78b06b96-2940-0410-b7fc-879d825d01d8>
Date:   Sat Jun 21 15:03:11 2008 +0000

    + JACK host: fix a bug causing a bunch of warnings from UI manager
    
    
    git-svn-id: https://calf.svn.sourceforge.net/svnroot/calf/trunk@209 78b06b96-2940-0410-b7fc-879d825d01d8

diff --git a/src/gui.cpp b/src/gui.cpp
index b6331e6..68512f8 100644
--- a/src/gui.cpp
+++ b/src/gui.cpp
@@ -984,6 +984,7 @@ void plugin_gui_window::create(plugin_ctl_iface *_jh, const char *title, const c
     main->set_window(gui->plugin, this);
 
     source_id = g_timeout_add_full(G_PRIORITY_LOW, 1000/30, on_idle, this, NULL); // 30 fps should be enough for everybody
+    gtk_ui_manager_ensure_update(ui_mgr);
 }
 
 void plugin_gui_window::close()

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list