diff options
Diffstat (limited to 'x11-misc')
-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 + { |