Skip to content
Snippets Groups Projects
Commit dee01fb9 authored by Mason Hock's avatar Mason Hock
Browse files

fixed patch

parent d4fbc976
No related branches found
No related tags found
No related merge requests found
...@@ -25,14 +25,14 @@ diff -ru source.orig/UpdateManager/Dialogs.py source/UpdateManager/Dialogs.py ...@@ -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 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.orig/UpdateManager/UpdateManager.py 2018-02-12 20:44:33.317329071 -0500
+++ source/UpdateManager/UpdateManager.py 2018-02-12 20:45:28.133249491 -0500 +++ source/UpdateManager/UpdateManager.py 2018-02-12 20:45:28.133249491 -0500
@@ -50,6 +50,7 @@ @@ -52,6 +52,7 @@
ErrorDialog, ErrorDialog,
HWEUpgradeDialog,
NeedRestartDialog, NeedRestartDialog,
NoUpdatesDialog,
+ ShouldUpdateDialog, + ShouldUpdateDialog,
StoppedUpdatesDialog, NoUpdatesDialog,
PartialUpgradeDialog, PartialUpgradeDialog,
UnsupportedDialog, StoppedUpdatesDialog,
@@ -205,6 +206,17 @@ @@ -205,6 +206,17 @@
self.start_available() self.start_available()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment