From c292b1fca07e3cae135857d701b803639637e17d Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 7 Apr 2015 14:55:58 +0000 Subject: [PATCH] #669: continue to export info until we cleanup git-svn-id: https://xpra.org/svn/Xpra/trunk@8951 3bb7dfac-3a0b-4e04-842a-767bc560f471 --- src/xpra/sound/wrapper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xpra/sound/wrapper.py b/src/xpra/sound/wrapper.py index 07f5a460b5..faf2eee3d4 100644 --- a/src/xpra/sound/wrapper.py +++ b/src/xpra/sound/wrapper.py @@ -68,6 +68,7 @@ def export_info(self): wo = self.wrapped_object if wo: self.send("info", wo.get_info()) + return wo is not None class sound_record(sound_subprocess):