summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-12-16 08:35:54 +0100
committerJeroen Roovers <jer@gentoo.org>2015-12-16 08:35:54 +0100
commita59e8ecb4401a63c3da61b931799deaeb50c66ab (patch)
tree7020192483021f6ea781349496001b5b6805984c /x11-misc/xfe/files
parentwww-client/chromium: dev channel bump (49.0.2587.3) (diff)
downloadgentoo-a59e8ecb4401a63c3da61b931799deaeb50c66ab.tar.gz
gentoo-a59e8ecb4401a63c3da61b931799deaeb50c66ab.tar.bz2
gentoo-a59e8ecb4401a63c3da61b931799deaeb50c66ab.zip
x11-misc/xfe: Use upstream patch (xfe bug #209).
Package-Manager: portage-2.2.26
Diffstat (limited to 'x11-misc/xfe/files')
-rw-r--r--x11-misc/xfe/files/xfe-1.41-sn.patch11
1 files 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 e4700eb71e9f..d770b074652d 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
+ {