Skip to content

Commit

Permalink
Fix header date updater not being destroyed
Browse files Browse the repository at this point in the history
  • Loading branch information
boerdereinar committed May 29, 2024
1 parent a79416c commit 3504558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/panoItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ export class PanoItem extends St.Widget {
GLib.Source.remove(this.timeoutId);
this.timeoutId = undefined;
}
this.overlay.destroy();
this.header.destroy();
super.destroy();
}
}

0 comments on commit 3504558

Please sign in to comment.