Ticket #2545: mythburn.diff

File mythburn.diff, 566 bytes (added by sdyson@…, 18 years ago)

Patch for mythburn.py

  • mythburn.py

     
    20372037        pre.appendChild(dvddom.createTextNode("if (g2==1) jump menu 2;"))
    20382038        menu_pgc.appendChild(pre)
    20392039
     2040        node = themeDOM.getElementsByTagName("intro")[0]
     2041        introFile = node.attributes["filename"].value
     2042
    20402043        vob = dvddom.createElement("vob")
    20412044        vob.setAttribute("file", getThemeFile(themeName, videomode + '_' + introFile))
    20422045        menu_pgc.appendChild(vob)