Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/nextcloud/files/
Date: Mon, 18 Feb 2019 14:13:34
Message-Id: 1550499179.3d694084da6048417bd9ea34ced83f43c0f98b8d.voyageur@gentoo
1 commit: 3d694084da6048417bd9ea34ced83f43c0f98b8d
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 16 19:37:54 2019 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 18 14:12:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d694084
7
8 www-apps/nextcloud: remove unused patch(es)
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 ...extcloud-12.0.4-destroy_modal_when_closed.patch | 26 ----------------------
14 1 file changed, 26 deletions(-)
15
16 diff --git a/www-apps/nextcloud/files/nextcloud-12.0.4-destroy_modal_when_closed.patch b/www-apps/nextcloud/files/nextcloud-12.0.4-destroy_modal_when_closed.patch
17 deleted file mode 100644
18 index ca63cb6db40..00000000000
19 --- a/www-apps/nextcloud/files/nextcloud-12.0.4-destroy_modal_when_closed.patch
20 +++ /dev/null
21 @@ -1,26 +0,0 @@
22 -From 75bc40f7a08e11fc115e4986bb45fc314d49632a Mon Sep 17 00:00:00 2001
23 -From: Thomas Bille <thomas.bille625@×××××.com>
24 -Date: Mon, 10 Jul 2017 14:33:41 +0200
25 -Subject: [PATCH] Destroy modal when closed
26 -
27 -Signed-off-by: Thomas Bille <contact@××××××.fr>
28 ----
29 - core/js/jquery.ocdialog.js | 4 +++-
30 - 1 file changed, 3 insertions(+), 1 deletion(-)
31 -
32 -diff --git a/core/js/jquery.ocdialog.js b/core/js/jquery.ocdialog.js
33 -index 555b35e59ff..f3a54119e78 100644
34 ---- a/core/js/jquery.ocdialog.js
35 -+++ b/core/js/jquery.ocdialog.js
36 -@@ -212,8 +212,10 @@
37 - // Ugly hack to catch remaining keyup events.
38 - setTimeout(function() {
39 - self._trigger('close', self);
40 -- self.$dialog.hide();
41 - }, 200);
42 -+
43 -+ self.$dialog.remove();
44 -+ this.destroy();
45 - },
46 - destroy: function() {
47 - if(this.$title) {