[SCM] calf/master: Fix rack ears always showing up in external UIs.
js at users.alioth.debian.org
js at users.alioth.debian.org
Tue May 7 15:40:30 UTC 2013
The following commit has been merged in the master branch:
commit 0d39f308ea5bae60f99cee69b5669009231bd7c0
Author: Krzysztof Foltman <wdev at foltman.com>
Date: Sun Dec 26 20:50:56 2010 +0000
Fix rack ears always showing up in external UIs.
diff --git a/src/dssigui.cpp b/src/dssigui.cpp
index e39ad43..cbab396 100644
--- a/src/dssigui.cpp
+++ b/src/dssigui.cpp
@@ -545,7 +545,7 @@ void dssi_osc_server::receive_osc_message(std::string address, std::string args,
{
set_osc_update(true);
- gtk_widget_show_all(GTK_WIDGET(window->toplevel));
+ gtk_widget_show(GTK_WIDGET(window->toplevel));
return;
}
else if (address == prefix + "/hide")
--
calf audio plugins packaging
More information about the pkg-multimedia-commits
mailing list