[gnome-shell] search: Fix indentation
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] search: Fix indentation
- Date: Thu, 11 Sep 2014 23:15:22 +0000 (UTC)
commit 7a11964dfb5660ebeac40a9a2e91e428eb94323c
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Thu Sep 11 17:14:54 2014 -0600
search: Fix indentation
js/ui/search.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/search.js b/js/ui/search.js
index 3f6e0ed..b8ee1b7 100644
--- a/js/ui/search.js
+++ b/js/ui/search.js
@@ -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) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]