Codebase list gnome-shell-extension-appindicator / ba84cb37-4e66-4b16-b18d-8f5958594e33/v36
iconCache: Do not dispose the icon when clearing the cache The icon can be a property of the Gio.EmblemedIcon and we should not dispose it as its parent doesn't support handling the child removal Fixes: #273 Marco Trevisan (TreviƱo) 3 years ago
1 changed file(s) with 0 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
6666 _remove(id) {
6767 Util.Logger.debug(`IconCache: removing ${id}`);
6868
69 this._cache.get(id).run_dispose();
7069 this._cache.delete(id);
7170 this._lifetime.delete(id);
7271 }