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/
---
id: im.pidgin.Finch3
runtime: org.gnome.Platform
runtime-version: '3.36'
sdk: org.gnome.Sdk
command: finch3
finish-args:
- --share=ipc
- --socket=x11
- --share=network
- --talk-name=org.freedesktop.Notifications
- --system-talk-name=org.freedesktop.Avahi
modules:
- packaging/flatpak/libpurple-common.yml
- packaging/flatpak/libgnt.yml
- name: finch3
buildsystem: meson
config-opts:
- -Dgtkui=false
- -Ddoc=false
sources:
- type: dir
path: '.'