Skip to content

Commit

Permalink
Merge pull request linuxmint#6072 from claudiux/sound150_6.17.1
Browse files Browse the repository at this point in the history
[sound150@claudiux] v6.17.1 - Prevents Cvc.MixerControl from being loaded more than once
  • Loading branch information
claudiux authored Jun 9, 2024
2 parents 41efc61 + cea2c9e commit 5bfe7fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions sound150@claudiux/files/sound150@claudiux/5.4/applet.js
Original file line number Diff line number Diff line change
Expand Up @@ -2242,6 +2242,9 @@ class Sound150Applet extends Applet.TextIconApplet {
for (let i in this._players)
if (this._players[i])
this._players[i].destroy();

if (this._control)
this._control.close();
}

on_applet_clicked(event) {
Expand Down
3 changes: 3 additions & 0 deletions sound150@claudiux/files/sound150@claudiux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v6.17.1~20240609
* Prevents Cvc.MixerControl from being executed more than once.

### v6.17.0~20240608
* Regression fixed: track info can be displayed on the panel again.

Expand Down
2 changes: 1 addition & 1 deletion sound150@claudiux/files/sound150@claudiux/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"max-instances": "1",
"description": "Enhanced sound applet",
"hide-configuration": false,
"version": "6.17.0",
"version": "6.17.1",
"cinnamon-version": [
"2.8",
"3.0",
Expand Down

0 comments on commit 5bfe7fc

Please sign in to comment.