[gnome-shell/gbsneto/folder-dialog-improvements: 22/30] appDisplay: Don't connect to 'space-closed'
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gbsneto/folder-dialog-improvements: 22/30] appDisplay: Don't connect to 'space-closed'
- Date: Sun, 7 Jun 2020 03:59:57 +0000 (UTC)
commit efb56e259e229a044b2fbb310aaac65537627d2f
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Thu Jun 4 22:36:23 2020 -0300
appDisplay: Don't connect to 'space-closed'
This signal doesn't exist 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 6ee1bb9cc5..13f036f93e 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -575,10 +575,6 @@ class AppDisplay extends BaseAppView {
if (animationDirection == IconGrid.AnimationDirection.OUT &&
this._displayingDialog && this._currentDialog) {
this._currentDialog.popdown();
- let spaceClosedId = this._grid.connect('space-closed', () => {
- this._grid.disconnect(spaceClosedId);
- super.animate(animationDirection, completionFunc);
- });
} else {
super.animate(animationDirection, completionFunc);
if (animationDirection == IconGrid.AnimationDirection.OUT)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]