appSwitcher: Make sure we don't leave a stale timeout handler
This commit is contained in:
parent
eb8fc738af
commit
d2a40d6885
@ -946,6 +946,8 @@ AppSwitcher.prototype = {
|
|||||||
this._mouseTimeOutId = Mainloop.timeout_add(APP_ICON_HOVER_TIMEOUT,
|
this._mouseTimeOutId = Mainloop.timeout_add(APP_ICON_HOVER_TIMEOUT,
|
||||||
Lang.bind(this, function () {
|
Lang.bind(this, function () {
|
||||||
this._enterItem(index);
|
this._enterItem(index);
|
||||||
|
this._mouseTimeOutId = 0;
|
||||||
|
return false;
|
||||||
}));
|
}));
|
||||||
} else
|
} else
|
||||||
this._itemEntered(index);
|
this._itemEntered(index);
|
||||||
|
Loading…
Reference in New Issue
Block a user