qulogic/pidgin

Fix setting audio test pipeline volume.

2020-12-22, Elliott Sales de Andrade
bdbfa6925bc9
Fix setting audio test pipeline volume.

The element setting goes from 0 to 10, with 1 being full volume and anything
above being overdriven. The widget goes from 0-100, so multiplying by 10 is way
outside the limits.

Testing Done:
Changing the volume bar in the preferences window no longer produces a bunch of overflow warnings.

Reviewed at https://reviews.imfreedom.org/r/309/
subdir('libpurple')
subdir('protocols')
if ENABLE_GTK
subdir('pidgin')
else
pidgin_doc = []
endif
if enable_consoleui
subdir('finch')
else
finch_doc = []
endif
if meson.version().version_compare('>=0.52.0')
alias_target('doc', libpurple_doc, protocols_doc, pidgin_doc, finch_doc)
endif