summaryrefslogtreecommitdiffstats
path: root/extension.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2018-03-01 23:44:24 +0100
committerMatěj Cepl <mcepl@cepl.eu>2018-03-02 12:21:54 +0100
commit5f4443bbecae1b3fc907cba6116b219036793d68 (patch)
treed9eb6d5c10c2609e31429579471d94fddc5c17b5 /extension.js
parent8d826d83200fc9b2b47e13a8767717888918e23a (diff)
downloadISS_Above-5f4443bbecae1b3fc907cba6116b219036793d68.tar.gz
Fix metadata. Certify to use with 3.26 and admit covering all 1000 km.3
Finally fixes #1.
Diffstat (limited to 'extension.js')
-rw-r--r--extension.js2
1 files changed, 1 insertions, 1 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);
}