[gnome-shell/gbsneto/folder-dialog-improvements: 11/18] appDisplay: Fix misnamed variable
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gbsneto/folder-dialog-improvements: 11/18] appDisplay: Fix misnamed variable
- Date: Fri, 5 Jun 2020 03:40:24 +0000 (UTC)
commit 61ce2c1894591c0c1b9c44b7ed38f7131f4409f3
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Thu Jun 4 22:37:50 2020 -0300
appDisplay: Fix misnamed variable
This should have been renamed to "displayingDialog" by
commit 7781f973f2f.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1301
js/ui/appDisplay.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 831a49d340..26610ed3e4 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -726,7 +726,7 @@ class AppDisplay extends BaseAppView {
// Toggle search entry
Main.overview.searchEntry.reactive = !isOpen;
- this._displayingPopup = isOpen;
+ this._displayingDialog = isOpen;
});
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]