[Bugfix] Fix timer source removal
This commit is contained in:
parent
a007a496cd
commit
fe807301fd
@ -88,7 +88,7 @@ const MinariDateButton = new Lang.Class({
|
|||||||
},
|
},
|
||||||
|
|
||||||
stop: function() {
|
stop: function() {
|
||||||
MainLoop.remove_source(this.timer);
|
MainLoop.source_remove(this.timer);
|
||||||
},
|
},
|
||||||
|
|
||||||
_updateDate: function() {
|
_updateDate: function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user