[gnome-documents] searchbar: Don't hide dropdown during destroy
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] searchbar: Don't hide dropdown during destroy
- Date: Thu, 19 Mar 2015 07:39:55 +0000 (UTC)
commit 240de1cb8a0a395a9985b18deccb64d20d1bddc8
Author: Alessandro Bono <shadow openaliasbox org>
Date: Wed Mar 18 12:55:29 2015 +0100
searchbar: Don't hide dropdown during destroy
It isn't needed as it has a parent which will take care of it.
https://bugzilla.gnome.org/show_bug.cgi?id=745990
src/searchbar.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/searchbar.js b/src/searchbar.js
index 9644071..d331d7f 100644
--- a/src/searchbar.js
+++ b/src/searchbar.js
@@ -194,7 +194,6 @@ const OverviewSearchbar = new Lang.Class({
this._searchEntry.connect('destroy', Lang.bind(this,
function() {
- this._dropdown.hide();
Application.searchController.disconnect(this._searchChangedId);
}));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]