[gnome-shell/T29763: 161/249] Revert "fixup! Allow opening the background menu popup from the APPS view"
- From: Matthew Leeds <mwleeds src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/T29763: 161/249] Revert "fixup! Allow opening the background menu popup from the APPS view"
- Date: Thu, 21 May 2020 18:22:43 +0000 (UTC)
commit 29aaa873d85e259e23f1234c46e0938369d22c66
Author: Andre Moreira Magalhaes <andre endlessm com>
Date: Thu Apr 2 19:06:05 2020 -0300
Revert "fixup! Allow opening the background menu popup from the APPS view"
This reverts commit acf1c1a1fd74711e7f439ac298b4ef407a9e36f7.
https://phabricator.endlessm.com/T29682
js/ui/appDisplay.js | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 3988a56cd9..98911d0ec8 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -624,7 +624,6 @@ class AppDisplay extends BaseAppView {
return;
}
icon = new FolderIcon(item, this);
- icon.connect('clicked', () => this._bgAction.release());
} else {
icon.update();
}
@@ -637,7 +636,6 @@ class AppDisplay extends BaseAppView {
icon = new AppIcon(app, {
isDraggable: favoritesWritable,
});
- icon.connect('clicked', () => this._bgAction.release());
}
appIcons.push(icon);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]