From dee01fb9e0de0d36ca20c3f2516d525986d315bc Mon Sep 17 00:00:00 2001 From: Mason Hock <mason@masonhock.com> Date: Fri, 13 Sep 2019 00:22:00 -0700 Subject: [PATCH] fixed patch --- helpers/DATA/update-manager/prevent-autoconnection.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helpers/DATA/update-manager/prevent-autoconnection.patch b/helpers/DATA/update-manager/prevent-autoconnection.patch index 9484ccd4..b617a7f4 100644 --- a/helpers/DATA/update-manager/prevent-autoconnection.patch +++ b/helpers/DATA/update-manager/prevent-autoconnection.patch @@ -25,14 +25,14 @@ diff -ru source.orig/UpdateManager/Dialogs.py source/UpdateManager/Dialogs.py diff -ru source.orig/UpdateManager/UpdateManager.py source/UpdateManager/UpdateManager.py --- source.orig/UpdateManager/UpdateManager.py 2018-02-12 20:44:33.317329071 -0500 +++ source/UpdateManager/UpdateManager.py 2018-02-12 20:45:28.133249491 -0500 -@@ -50,6 +50,7 @@ +@@ -52,6 +52,7 @@ ErrorDialog, + HWEUpgradeDialog, NeedRestartDialog, - NoUpdatesDialog, + ShouldUpdateDialog, - StoppedUpdatesDialog, + NoUpdatesDialog, PartialUpgradeDialog, - UnsupportedDialog, + StoppedUpdatesDialog, @@ -205,6 +206,17 @@ self.start_available() -- GitLab