You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/xfe/files/xfe-1.41-sn.patch

18 lines
324 B

--- a/src/Properties.cpp
+++ b/src/Properties.cpp
@@ -1169,11 +1169,13 @@
FXbool confirm = false;
+#ifdef STARTUP_NOTIFICATION
if (executable && snbutton->getCheck() != sndisable_prev)
{
confirm = true;
}
-
+#endif
+
FXbool cond;
if (edit) // Condition is not the same if edit exist or not
{