[gnome-shell/gbsneto/folder-dialog-improvements: 15/20] appDisplay: Don't change search entry's reactive state
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gbsneto/folder-dialog-improvements: 15/20] appDisplay: Don't change search entry's reactive state
- Date: Tue, 9 Jun 2020 19:16:51 +0000 (UTC)
commit 85e055ffe3bb3526c680e2abb99ae3026ca83dd5
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Thu Jun 4 22:49:28 2020 -0300
appDisplay: Don't change search entry's reactive state
The folder dialog eats all events now, there's no need to
disable the search entry anymore.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1301
js/ui/appDisplay.js | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index cc8f8ebe7a..c7636c922c 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -722,10 +722,6 @@ class AppDisplay extends BaseAppView {
});
}
this._updateIconOpacities(isOpen);
-
- // Toggle search entry
- Main.overview.searchEntry.reactive = !isOpen;
-
this._displayingDialog = isOpen;
});
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]