Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfe/files/
Date: Sun, 13 Aug 2017 11:31:50
Message-Id: 1502623752.9daebe3d4cfb78b267765f331dcc8c5e073a1082.soap@gentoo
1 commit: 9daebe3d4cfb78b267765f331dcc8c5e073a1082
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 10 17:45:56 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 13 11:29:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9daebe3d
7
8 x11-misc/xfe: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/5383
11
12 x11-misc/xfe/files/xfe-1.41-sn.patch | 17 -----------------
13 1 file changed, 17 deletions(-)
14
15 diff --git a/x11-misc/xfe/files/xfe-1.41-sn.patch b/x11-misc/xfe/files/xfe-1.41-sn.patch
16 deleted file mode 100644
17 index d770b074652..00000000000
18 --- a/x11-misc/xfe/files/xfe-1.41-sn.patch
19 +++ /dev/null
20 @@ -1,17 +0,0 @@
21 ---- a/src/Properties.cpp
22 -+++ b/src/Properties.cpp
23 -@@ -1169,11 +1169,13 @@
24 -
25 - FXbool confirm = false;
26 -
27 -+#ifdef STARTUP_NOTIFICATION
28 - if (executable && snbutton->getCheck() != sndisable_prev)
29 - {
30 - confirm = true;
31 - }
32 --
33 -+#endif
34 -+
35 - FXbool cond;
36 - if (edit) // Condition is not the same if edit exist or not
37 - {