diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-12-16 08:35:54 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-12-16 08:35:54 +0100 |
commit | a59e8ecb4401a63c3da61b931799deaeb50c66ab (patch) | |
tree | 7020192483021f6ea781349496001b5b6805984c /x11-misc/xfe | |
parent | www-client/chromium: dev channel bump (49.0.2587.3) (diff) | |
download | gentoo-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')
-rw-r--r-- | x11-misc/xfe/files/xfe-1.41-sn.patch | 11 |
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 + { |