[gnome-shell/gbsneto/folder-dialog-improvements: 25/30] 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: 25/30] appDisplay: Don't change search entry's reactive state
- Date: Sun, 7 Jun 2020 04:00:12 +0000 (UTC)
commit 84a569513b87c3424d7c51d84fba78f96c71f359
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 b3b00d4d9b..5420d1e3dd 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]