Codebase list gnome-shell-extension-top-icons-plus / 53b78e4
Update upstream source from tag 'upstream/27' Update to upstream version '27' with Debian dir 36111e9a7dd24d7fce914fce39c074b48813b1e6 Simon McVittie 4 years ago
3 changed file(s) with 5 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
197197 }
198198
199199 function destroyTray() {
200 iconsContainer.actor.destroy();
200 iconsContainer.destroy();
201201 iconsContainer = null;
202202 iconsBoxLayout = null;
203203 icons = [];
270270 iconsBoxLayout = null;
271271 }
272272 if (iconsContainer) {
273 if (iconsContainer.actor) {
274 iconsContainer.actor.destroy();
275 iconsContainer.actor = null;
273 if (iconsContainer) {
274 iconsContainer.destroy();
275 iconsContainer = null;
276276 }
277277 iconsContainer = null;
278278 }
22 "name": "TopIcons Plus",
33 "gettext-domain": "TopIcons-Plus",
44 "shell-version": [
5 "3.30",
65 "3.34",
76 "3.36"
87 ],
98 "settings-schema": "org.gnome.shell.extensions.topicons",
109 "url": "https://github.com/phocean/TopIcons-plus",
1110 "uuid": "TopIcons@phocean.net",
12 "version": 25
11 "version": 27
1312 }
Binary diff not shown