apps-menu: Duplicate destroy actor

https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues/59
This commit is contained in:
Xiaoguang Wang
2018-03-13 09:06:00 +08:00
committed by sunwxg
parent 0554e0deb9
commit 496ae16cf1
-1
View File
@@ -742,7 +742,6 @@ class ApplicationsButton extends PanelMenu.Button {
}
destroy() {
this.menu.actor.get_children().forEach(c => { c.destroy() });
super.destroy();
}
};