[SCM] zynjacku/master: 0011-check_ui_is_visible.patch: Make sure that ui_run didn't shut down the GUI.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Feb 10 14:30:36 UTC 2011


The following commit has been merged in the master branch:
commit ab7ea26bb3fa8064388b46c5fe196aa6b06e1016
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Feb 10 15:29:48 2011 +0100

    0011-check_ui_is_visible.patch: Make sure that ui_run didn't shut down the GUI.

diff --git a/debian/patches/0011-check_ui_is_visible.patch b/debian/patches/0011-check_ui_is_visible.patch
new file mode 100644
index 0000000..feef3a1
--- /dev/null
+++ b/debian/patches/0011-check_ui_is_visible.patch
@@ -0,0 +1,23 @@
+From: Krzysztof Foltman <wdev at foltman.com>
+Origin: upstream,commit:03a2010a487eb14fc0b9367bb701f80d98b2098c
+Description: Make sure that ui_run didn't shut down the GUI.
+---
+
+---
+ gtk2gui.c |    5 +++++
+ 1 file changed, 5 insertions(+)
+
+--- zynjacku.orig/gtk2gui.c
++++ zynjacku/gtk2gui.c
+@@ -489,6 +489,11 @@ zynjacku_gtk2gui_push_measure_ports(
+     LV2_EXTERNAL_UI_RUN(ui_ptr->external_ui_control);
+   }
+ 
++  if (ui_ptr->ui_handle == NULL)
++  {
++    return;
++  }
++
+   if (ui_ptr->lv2ui->port_event == NULL)
+   {
+     return;

-- 
zynjacku packaging



More information about the pkg-multimedia-commits mailing list