[polari/wip/kunaljain/polari-search-merge-results] resultList: temporarily disbale laoding first result
- From: Kunal Jain <kunaljain src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari/wip/kunaljain/polari-search-merge-results] resultList: temporarily disbale laoding first result
- Date: Tue, 16 Aug 2016 13:48:57 +0000 (UTC)
commit e2c6cdaccc392baafc831e9f9252fb94ea276bec
Author: Kunaal Jain <kunaalus gmail com>
Date: Tue Aug 16 19:18:22 2016 +0530
resultList: temporarily disbale laoding first result
src/resultList.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/resultList.js b/src/resultList.js
index 0e4121d..79e12ba 100644
--- a/src/resultList.js
+++ b/src/resultList.js
@@ -314,9 +314,10 @@ const ResultList = new Lang.Class({
this.add(row);
}
+ // Select first result
if(events.length > 0) {
let row = this._widgetMap[events[0].id];
- this.select_row(row);
+ // this.select_row(row);
}
this._showList();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]