[SCM] gsequencer/master: provide missing fix to ags_soundcard_editor_callbacks.c

jkraehemann-guest at users.alioth.debian.org jkraehemann-guest at users.alioth.debian.org
Thu Feb 9 13:17:20 UTC 2017


The following commit has been merged in the master branch:
commit f0b76d2a896f710e4ffcd94fee862b294f2d1f22
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date:   Thu Feb 9 14:16:38 2017 +0100

    provide missing fix to ags_soundcard_editor_callbacks.c

diff --git a/debian/patches/fix-souncard-editor-callbacks.patch b/debian/patches/fix-souncard-editor-callbacks.patch
index 99c040e..53b72f6 100644
--- a/debian/patches/fix-souncard-editor-callbacks.patch
+++ b/debian/patches/fix-souncard-editor-callbacks.patch
@@ -23,3 +23,12 @@ Last-Update: 2017-02-05
  
    application_context = (AgsApplicationContext *) window->application_context;
  
+@@ -447,7 +447,7 @@
+   
+   window = AGS_WINDOW(AGS_PREFERENCES(gtk_widget_get_ancestor(GTK_WIDGET(soundcard_editor),
+ 							      AGS_TYPE_PREFERENCES))->window);
+-  soundcard = window->soundcard;
++  soundcard = soundcard_editor->soundcard;
+ 
+   application_context = (AgsApplicationContext *) window->application_context;
+ 

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list