summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/zeal/files/zeal-0.7.0-settings-disable-checking-for-updates-by-default.patch')
-rw-r--r--app-doc/zeal/files/zeal-0.7.0-settings-disable-checking-for-updates-by-default.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-doc/zeal/files/zeal-0.7.0-settings-disable-checking-for-updates-by-default.patch b/app-doc/zeal/files/zeal-0.7.0-settings-disable-checking-for-updates-by-default.patch
deleted file mode 100644
index bcabaae0bd49..000000000000
--- a/app-doc/zeal/files/zeal-0.7.0-settings-disable-checking-for-updates-by-default.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/libs/core/settings.cpp
-+++ b/src/libs/core/settings.cpp
-@@ -95,7 +95,7 @@ void Settings::load()
-
- // TODO: Put everything in groups
- startMinimized = settings->value(QStringLiteral("start_minimized"), false).toBool();
-- checkForUpdate = settings->value(QStringLiteral("check_for_update"), true).toBool();
-+ checkForUpdate = settings->value(QStringLiteral("check_for_update"), false).toBool();
-
- showSystrayIcon = settings->value(QStringLiteral("show_systray_icon"), true).toBool();
- minimizeToSystray = settings->value(QStringLiteral("minimize_to_systray"), false).toBool();