summaryrefslogtreecommitdiffstats
path: root/extension.js
diff options
context:
space:
mode:
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);
}