Skip to content

Commit

Permalink
#614: add missing label for bz2
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@6975 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jul 28, 2014
1 parent 8543e9c commit f8ba11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client/gtk_base/session_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ def set_sound_info(label, details, supported, prop):
if level==0:
compression_str = "None"
else:
compression_str = " + ".join([x for x in ("zlib", "lz4", "bencode", "rencode", "yaml") if protocol_state.get(x, False)==True])
compression_str = " + ".join([x for x in ("zlib", "lz4", "bz2", "bencode", "rencode", "yaml") if protocol_state.get(x, False)==True])
compression_str += ", level %s" % level
self.compression_label.set_text(compression_str)

Expand Down

0 comments on commit f8ba11a

Please sign in to comment.