appDisplay: Add missing .actor
This was missed while cherry picking b88f7d0655bfac19984b73681da2d2e01238fffa to 3.34. Thanks to Térence Clastres for finding the issue and testing. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/852
This commit is contained in:
parent
64b62de5df
commit
d4f07410a1
@ -179,7 +179,7 @@ class BaseAppView {
|
||||
let id = icon.id;
|
||||
|
||||
this._allItems.splice(iconIndex, 1);
|
||||
icon.destroy();
|
||||
icon.actor.destroy();
|
||||
delete this._items[id];
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user