update-manager: update patch to remove pro
This commit is contained in:
parent
d62d4dd516
commit
692365065d
1 changed files with 3 additions and 2 deletions
|
|
@ -26,14 +26,15 @@ index 3b9eaa58..d44040d5 100644
|
|||
self.update_list = None
|
||||
self.meta_release = None
|
||||
self.hwe_replacement_packages = None
|
||||
@@ -287,42 +286,6 @@ class UpdateManager(Gtk.Window):
|
||||
@@ -286,43 +286,6 @@ class UpdateManager(Gtk.Window):
|
||||
and pkg.installed:
|
||||
self.oem_metapackages.add(pkg)
|
||||
|
||||
- def _fetch_ua_updates(self):
|
||||
- try:
|
||||
- self.ua_updates = ua.updates().updates
|
||||
- except:
|
||||
- except Exception as e:
|
||||
- print("Error running updates end-point: ", e)
|
||||
- self.ua_updates = []
|
||||
-
|
||||
- def _get_ua_security_status(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue