patch for vuplus again
[vuplus_dvbapp] / data / tutorialwizard.xml
old mode 100644 (file)
new mode 100755 (executable)
index a63dbb3..2a8fffa
@@ -3,7 +3,7 @@
                        <text value="Do you want to view a tutorial?" />
                        <list>
                                <listentry caption="Yes, view the tutorial" step="next" />
-                               <listentry caption="No, just start my dreambox" step="end" />
+                               <listentry caption="No, just start my STB" step="end" />
                        </list>
                </step>
 
 from Screens.InfoBar import InfoBar
 self.infobardialog = self.session.instantiateDialog(InfoBar)
 self.infobardialog.hideTimer.stop()
-self.infobardialog.instance.show()
+self.infobardialog.show()
                        </code>
                        <code pos="after">
-self.infobardialog.instance.hide()
+self.infobardialog.hide()
 del self.infobardialog
                        </code>