Add new bundle_volume module
[snf-image-creator] / image_creator / output / dialog.py
index 8b835f9..0cde2a7 100644 (file)
@@ -129,6 +129,7 @@ class InfoBoxOutput(Output):
         self.output("Warning: %s" % msg, new_line)
 
     def finalize(self):
         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 :
 
 # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :