minor, true -> GLib.SOURCE_CONTINUE
This commit is contained in:
parent
97c8393835
commit
7c7d75a2ba
2
draw.js
2
draw.js
|
|
@ -397,7 +397,7 @@ var DrawingArea = new Lang.Class({
|
||||||
this.cursorTimeoutId = Mainloop.timeout_add(600, () => {
|
this.cursorTimeoutId = Mainloop.timeout_add(600, () => {
|
||||||
this.textHasCursor = !this.textHasCursor;
|
this.textHasCursor = !this.textHasCursor;
|
||||||
this._redisplay();
|
this._redisplay();
|
||||||
return true;
|
return GLib.SOURCE_CONTINUE;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue