Fix for updates-available in qube-manager
After fixing another bug, update status for a VM was not initialized correctly. fixes QubesOS/qubes-issues#3745
This commit is contained in:
parent
2d6b6488ea
commit
70d139e7f3
@ -371,6 +371,7 @@ class VmUpdateInfoWidget(QtGui.QWidget):
|
||||
self.previous_update_recommended = None
|
||||
self.value = None
|
||||
self.table_item = VmUpdateInfoWidget.VmUpdateInfoItem(self.value, vm)
|
||||
self.update_outdated(vm)
|
||||
|
||||
def update_outdated(self, vm):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user