From: Nikos Skalkotos Date: Fri, 24 Aug 2012 11:19:02 +0000 (+0300) Subject: In wizard update the bg title after shrinking X-Git-Tag: v0.1~28 X-Git-Url: https://code.grnet.gr/git/snf-image-creator/commitdiff_plain/3793498aed52c04d960b5de33350174ca5671d3d In wizard update the bg title after shrinking --- diff --git a/image_creator/dialog_wizard.py b/image_creator/dialog_wizard.py index 51424e3..f61197d 100644 --- a/image_creator/dialog_wizard.py +++ b/image_creator/dialog_wizard.py @@ -227,6 +227,10 @@ def extract_image(session): #Shrink size = device.shrink() + session['shrinked'] = True + getattr(__import__("image_creator.dialog_main", + fromlist=['image_creator']), + "update_background_title")(session) metadata.update(device.meta) metadata['DESCRIPTION'] = wizard['ImageDescription']