[gnome-shell/gnome-3-34] appDisplay: Add missing .actor
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gnome-3-34] appDisplay: Add missing .actor
- Date: Sat, 23 Nov 2019 12:21:53 +0000 (UTC)
commit d4f07410a190027fb79a29dbcfb589ad18d0a2b6
Author: Jonas Dreßler <verdre v0yd nl>
Date: Sat Nov 23 21:54:51 2019 +0100
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
js/ui/appDisplay.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 09f28d9443..fb7cb5f4dc 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -179,7 +179,7 @@ class BaseAppView {
let id = icon.id;
this._allItems.splice(iconIndex, 1);
- icon.destroy();
+ icon.actor.destroy();
delete this._items[id];
});
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]