diff --git a/extension.js b/extension.js index dff6c10..c4df263 100644 --- a/extension.js +++ b/extension.js @@ -88,7 +88,7 @@ const MinariDateButton = new Lang.Class({ }, stop: function() { - MainLoop.remove_source(this.timer); + MainLoop.source_remove(this.timer); }, _updateDate: function() {