aleho / gnome-shell-volume-mixer

GNOME Shell Extension allowing separate configuration of PulseAudio devices
https://extensions.gnome.org/extension/858/volume-mixer/
GNU General Public License v2.0
135 stars 32 forks source link

Fix undefined variable issue #34

Closed VoidChen closed 9 years ago

VoidChen commented 9 years ago

Fixes issue #33

aleho commented 9 years ago

Thanks for your input!

This should rather be done be using an empty string. The way they're disabled, if you take a look in dconf-editor e.g, shows something like "[ '' ]" as value for an array setting. I missed that when setting the default for value to undefined.

VoidChen commented 9 years ago

Thanks for your reply. I try the latest version, it works!