[SCM] gsequencer/master: fixed available patch

jkraehemann-guest at users.alioth.debian.org jkraehemann-guest at users.alioth.debian.org
Sun Feb 5 14:58:38 UTC 2017


The following commit has been merged in the master branch:
commit 2ca5ebbe2e1379ff3778c029e6c2b7c429457002
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date:   Sun Feb 5 15:50:13 2017 +0100

    fixed available patch

diff --git a/debian/patches/fix-souncard-editor-callbacks.patch b/debian/patches/fix-souncard-editor-callbacks.patch
index f10ee21..99c040e 100644
--- a/debian/patches/fix-souncard-editor-callbacks.patch
+++ b/debian/patches/fix-souncard-editor-callbacks.patch
@@ -3,3 +3,23 @@ Description: This patch is considered critical since it fixes wrong soundcard
 Author: Joël Krähmann <jkraehemann at gmail.com>
 Applied-Upstream: 0.7.122.x, http://git.savannah.gnu.org/cgit/gsequencer.git
 Last-Update: 2017-02-05
+--- a/ags/X/ags_soundcard_editor_callbacks.c
++++ b/ags/X/ags_soundcard_editor_callbacks.c
+@@ -355,7 +355,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;
+ 
+@@ -400,7 +400,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;
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 0de80aa..21c1b39 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,6 +1,6 @@
+fix-souncard-editor-callbacks.patch
 fix-export-thread.patch
 fix-gsequencer-main.patch
-fix-souncard-editor-callbacks.patch
 fix-set-buffer-size.patch
 fix-set-samplerate.patch
 fix-record-midi-audio-run.patch

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list