summarylogtreecommitdiffstats
path: root/001-disable-update.patch
diff options
context:
space:
mode:
Diffstat (limited to '001-disable-update.patch')
-rw-r--r--001-disable-update.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/001-disable-update.patch b/001-disable-update.patch
new file mode 100644
index 000000000000..97fd06a56dfc
--- /dev/null
+++ b/001-disable-update.patch
@@ -0,0 +1,13 @@
+diff --git a/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp b/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp
+index da373c92..18fb69a7 100644
+--- a/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp
++++ b/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp
+@@ -2349,7 +2349,7 @@ QString UIExtraDataManager::preventBetaBuildWarningForVersion()
+ bool UIExtraDataManager::applicationUpdateEnabled()
+ {
+ /* 'True' unless 'restriction' feature allowed: */
+- return !isFeatureAllowed(GUI_PreventApplicationUpdate);
++ return false;
+ }
+
+ QString UIExtraDataManager::applicationUpdateData()