search: Fix timeout ordering

This commit is contained in:
Jasper St. Pierre 2014-09-11 17:50:56 -06:00
parent 99c29366ee
commit 08ece4c186

View File

@ -482,8 +482,8 @@ const SearchResults = new Lang.Class({
if (!terms) {
if (this._searchTimeoutId > 0) {
this._searchTimeoutId = 0;
GLib.source_remove(this._searchTimeoutId);
this._searchTimeoutId = 0;
}
return;
}