~sylvain-pineau/checkbox/audio_settings_fixes

Viewing all changes in revision 2191.

  • Committer: Sylvain Pineau
  • Date: 2013-06-14 10:33:23 UTC
  • Revision ID: sylvain.pineau@canonical.com-20130614103323-59vdrdp4wh94c50g
checkbox-old/checkbox/scripts/audio_settings.py: Fix the mute command

mute is a True|False but pactl expects 0|1, so the right translation is:
str(int(mute))

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: