search: Fix indentation

This commit is contained in:
Jasper St. Pierre 2014-09-11 17:14:54 -06:00
parent c4922f6624
commit 7a11964dfb

View File

@ -579,13 +579,13 @@ const SearchResults = new Lang.Class({
this._scrollView.visible = haveResults;
this._statusBin.visible = !haveResults;
if (!haveResults) {
if (!haveResults) {
if (this.searchInProgress) {
this._statusText.set_text(_("Searching…"));
} else {
this._statusText.set_text(_("No results."));
}
}
}
},
_updateResults: function(provider, results) {