From a7c51ac2d032e29e9599a6f64849c24eb1f7f94d Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Mon, 12 Sep 2011 02:44:56 -0400
Subject: [PATCH] - Applied fixes from trunk up to r5202

---
 program/js/app.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/program/js/app.js b/program/js/app.js
index 062eee2..bc16b86 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -320,7 +320,6 @@
         }
         if (this.gui_objects.qsearchbox) {
           this.enable_command('search', 'reset-search', 'moveto', true);
-          $(this.gui_objects.qsearchbox).select();
         }
 
         if (this.contact_list && this.contact_list.rowcount > 0)

--
Gitblit v1.9.1