Skip to content

Commit

Permalink
Cinnamenu@json: Fix invalid object access when new apps are installed (
Browse files Browse the repository at this point in the history
  • Loading branch information
jaszhix committed Sep 27, 2018
1 parent 64c6130 commit 1cbce52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cinnamenu@json/files/Cinnamenu@json/applet.js
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@ CinnamenuApplet.prototype = {
}
}

if (this.applicationsGridBox) {
if (this.applicationsGridBox && !isFinalized(this.applicationsGridBox)) {
let gridActors = this.applicationsGridBox.get_children();
if (gridActors) {
for (let i = 0, len = gridActors.length; i < len; i++) {
Expand Down

0 comments on commit 1cbce52

Please sign in to comment.