Revision 3c33e68a image_creator/dialog_main.py

b/image_creator/dialog_main.py
871 871
              % (dev.ostype if dev.ostype == dev.distro else "%s/%s" %
872 872
                 (dev.distro, dev.ostype))
873 873

  
874
        update_background_title(session)
875

  
874 876
        while True:
875 877
            code = d.yesno(msg, width=YESNO_WIDTH, height=12)
876 878
            if code == d.DIALOG_OK:

Also available in: Unified diff