Skip to content

Commit

Permalink
#669: continue to export info until we cleanup
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@8951 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Apr 7, 2015
1 parent 42e63c0 commit c292b1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xpra/sound/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit c292b1f

Please sign in to comment.