X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/9afc4b89f252e5d239058a3bfeb761ab5627bfd1..9e4b4de20ef2c2c23a96fb1ac5d474fa2370695e:/image_creator/output/dialog.py diff --git a/image_creator/output/dialog.py b/image_creator/output/dialog.py index 8b835f9..0cde2a7 100644 --- a/image_creator/output/dialog.py +++ b/image_creator/output/dialog.py @@ -129,6 +129,7 @@ class InfoBoxOutput(Output): self.output("Warning: %s" % msg, new_line) def finalize(self): - self.d.msgbox(self.msg, height=(self.height + 2), width=self.width) + self.d.msgbox(self.msg, title=self.title, height=(self.height + 2), + width=self.width) # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :