diff --git a/src/AppRow.vala b/src/AppRow.vala index 2c39144a..583bb03b 100644 --- a/src/AppRow.vala +++ b/src/AppRow.vala @@ -117,5 +117,6 @@ public class Sound.AppRow : Gtk.ListBoxRow { public void unbind_app () { app.notify["volume"].disconnect (update); + app.notify["muted"].disconnect (update); } }