Merge branch 'master' of ssh://git.qubes-os.org/var/lib/qubes/git/joanna/core

This commit is contained in:
Marek Marczykowski 2011-09-14 16:43:23 +02:00
commit 93832b29db
3 changed files with 8 additions and 2 deletions

View File

@ -323,6 +323,12 @@ def main():
host_collection.pop(vm.qid) host_collection.pop(vm.qid)
continue continue
try:
vm.create_appmenus(verbose=True)
except Exception as err:
print "ERROR during appmenu restore: {0}".format(err)
print "*** VM '{0}' will not have appmenus".format(vm.name)
# ... then NetVMs... # ... then NetVMs...
for vm in [ vm for vm in vms_to_restore if vm.is_netvm()]: for vm in [ vm for vm in vms_to_restore if vm.is_netvm()]:

View File

@ -1 +1 @@
1.6.23 1.6.25

View File

@ -1 +1 @@
1.6.20 1.6.25