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:
Marta Marczykowska-Górecka 2018-03-26 18:21:46 +02:00
parent 2d6b6488ea
commit 70d139e7f3
No known key found for this signature in database
GPG Key ID: 9A752C30B26FD04B

View File

@ -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):