[SCM] gsequencer/master: fixed twice applicated patch
jkraehemann-guest at users.alioth.debian.org
jkraehemann-guest at users.alioth.debian.org
Wed Feb 1 07:04:35 UTC 2017
The following commit has been merged in the master branch:
commit b5c5050e7d01b737511ea5ec2445229583149cce
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date: Wed Feb 1 08:03:50 2017 +0100
fixed twice applicated patch
diff --git a/debian/patches/fix-export-soundcard-callbacks.patch b/debian/patches/fix-export-soundcard-callbacks.patch
index 1a4bc83..957c5d1 100644
--- a/debian/patches/fix-export-soundcard-callbacks.patch
+++ b/debian/patches/fix-export-soundcard-callbacks.patch
@@ -43,41 +43,3 @@ Last-Update: 2017-01-31
found_card = FALSE;
while(soundcard != NULL){
---- a/ags/X/ags_export_soundcard_callbacks.c
-+++ b/ags/X/ags_export_soundcard_callbacks.c
-@@ -61,12 +61,16 @@
- soundcard = NULL;
-
- if(application_context != NULL){
-- soundcard = ags_sound_provider_get_soundcard(AGS_SOUNDCARD(application_context));
-+ soundcard = ags_sound_provider_get_soundcard(AGS_SOUND_PROVIDER(application_context));
- }
-
- backend = gtk_combo_box_text_get_active_text(export_soundcard->backend);
- device = gtk_combo_box_text_get_active_text(export_soundcard->card);
-
-+ if(device == NULL){
-+ return;
-+ }
-+
- found_card = FALSE;
-
- while(soundcard != NULL){
-@@ -154,12 +158,16 @@
- soundcard = NULL;
-
- if(application_context != NULL){
-- soundcard = ags_sound_provider_get_soundcard(AGS_SOUNDCARD(application_context));
-+ soundcard = ags_sound_provider_get_soundcard(AGS_SOUND_PROVIDER(application_context));
- }
-
- backend = gtk_combo_box_text_get_active_text(export_soundcard->backend);
- device = gtk_combo_box_text_get_active_text(export_soundcard->card);
-
-+ if(device == NULL){
-+ return;
-+ }
-+
- found_card = FALSE;
-
- while(soundcard != NULL){
--
gsequencer packaging
More information about the pkg-multimedia-commits
mailing list