Hello,

Softplay has a small bug: although the menu lets you select the option
"Return to Live TV" this is never saved to setup.conf.  This one line
patch fixes this.


====================================================
diff -u -r1.1 Setup.c
--- Setup.c     12 Mar 2006 20:23:23 -0000      1.1
+++ Setup.c     19 Oct 2006 09:30:18 -0000
@@ -37,6 +37,7 @@
         plugin->SetupStore ("UseFileIndex", fileIndex);
        plugin->SetupStore ("LastBrowsedDir", lastDir);
        plugin->SetupStore ("openLastDir", openLastDir);
+       plugin->SetupStore ("ReturnToLiveTV", returnToLiveTV);
 };

 bool cSoftplaySetup::Parse( const char *Name, const char *Value) {



_______________________________________________
Softdevice-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/softdevice-devel

Reply via email to