appSwitcher: Make sure we don't leave a stale timeout handler

This commit is contained in:
Adel Gadllah 2011-01-25 15:30:19 +01:00
parent eb8fc738af
commit d2a40d6885

View File

@ -946,6 +946,8 @@ AppSwitcher.prototype = {
this._mouseTimeOutId = Mainloop.timeout_add(APP_ICON_HOVER_TIMEOUT,
Lang.bind(this, function () {
this._enterItem(index);
this._mouseTimeOutId = 0;
return false;
}));
} else
this._itemEntered(index);