commit: a59e8ecb4401a63c3da61b931799deaeb50c66ab
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 16 07:35:54 2015 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 07:35:54 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a59e8ecb
x11-misc/xfe: Use upstream patch (xfe bug #209).
Package-Manager: portage-2.2.26
x11-misc/xfe/files/xfe-1.41-sn.patch | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/x11-misc/xfe/files/xfe-1.41-sn.patch
b/x11-misc/xfe/files/xfe-1.41-sn.patch
index e4700eb..d770b07 100644
--- a/x11-misc/xfe/files/xfe-1.41-sn.patch
+++ b/x11-misc/xfe/files/xfe-1.41-sn.patch
@@ -1,14 +1,17 @@
--- a/src/Properties.cpp
+++ b/src/Properties.cpp
-@@ -1169,7 +1169,11 @@
+@@ -1169,11 +1169,13 @@
FXbool confirm = false;
+#ifdef STARTUP_NOTIFICATION
if (executable && snbutton->getCheck() != sndisable_prev)
-+#else
-+ if (executable)
-+#endif
{
confirm = true;
}
+-
++#endif
++
+ FXbool cond;
+ if (edit) // Condition is not the same if edit exist or not
+ {