summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-12-16 08:25:45 +0100
committerJeroen Roovers <jer@gentoo.org>2015-12-16 08:26:05 +0100
commit9a0652930b0d4a35a7069c67c403e24039c41a68 (patch)
tree0c75f0ab0af193e5031ade3a4a092cb034f07fb8 /x11-misc/xfe/files
parentx11-terms/sakura: Version bump. (diff)
downloadgentoo-9a0652930b0d4a35a7069c67c403e24039c41a68.tar.gz
gentoo-9a0652930b0d4a35a7069c67c403e24039c41a68.tar.bz2
gentoo-9a0652930b0d4a35a7069c67c403e24039c41a68.zip
x11-misc/xfe: Version bump (bug #567808 by teidakankan).
Package-Manager: portage-2.2.26
Diffstat (limited to 'x11-misc/xfe/files')
-rw-r--r--x11-misc/xfe/files/xfe-1.41-sn.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-misc/xfe/files/xfe-1.41-sn.patch b/x11-misc/xfe/files/xfe-1.41-sn.patch
new file mode 100644
index 000000000000..e4700eb71e9f
--- /dev/null
+++ b/x11-misc/xfe/files/xfe-1.41-sn.patch
@@ -0,0 +1,14 @@
+--- a/src/Properties.cpp
++++ b/src/Properties.cpp
+@@ -1169,7 +1169,11 @@
+
+ FXbool confirm = false;
+
++#ifdef STARTUP_NOTIFICATION
+ if (executable && snbutton->getCheck() != sndisable_prev)
++#else
++ if (executable)
++#endif
+ {
+ confirm = true;
+ }