From 5f4443bbecae1b3fc907cba6116b219036793d68 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Thu, 1 Mar 2018 23:44:24 +0100 Subject: Fix metadata. Certify to use with 3.26 and admit covering all 1000 km. Finally fixes #1. --- extension.js | 2 +- metadata.json | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/extension.js b/extension.js index e3d2293..d4ca8d7 100644 --- a/extension.js +++ b/extension.js @@ -232,5 +232,5 @@ function enable() { function disable() { print('DISABLING ISS Above'); Main.panel._rightBox.remove_child(client.button); - GLib.Source.destroy(client.timeout_source); + GLib.source_remove(client.timeout_source); } diff --git a/metadata.json b/metadata.json index c02ef6d..fb5a172 100644 --- a/metadata.json +++ b/metadata.json @@ -1,11 +1,10 @@ { - "description": "Shows an icon when ISS is above you (+- 100km)", + "description": "Shows an icon when ISS is above you (+- 1000km)", "name": "ISS Above", "shell-version": [ - "3.14", - "3.16" + "3.26" ], "url": "https://gitlab.com/mcepl/gnome-shell-extension-ISS_Above/", "uuid": "ISS_Above@mcepl.cepl.eu", - "version": 2 + "version": 3 } -- cgit