Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: [ANNOUNCE] vdr-submenu-0.0.1



Andrey Kuzmin a écrit :

I'm gonna investigate more on other's issues, and release another
version of the patch!

Waiting for it :) And it will be nice if there will be a small
description of MainMenu.conf format and reserved menu item names. It
took some time to investigate what it could contain (I know that it's
editable through menu, but it could be more comfortable to edit it
manually).





Here is a little patch for correcting the first launch...which will be applied to next release

Sad

--- /VDR/vdrdev/vdr-1.3.15-OkSousMenu/submenu.c	2004-12-01 17:42:05.000000000 +0100
+++ /VDR/vdrbox/VDR/submenu.c	2004-12-02 15:14:25.317375504 +0100
@@ -87,7 +87,9 @@
 			}
 			while (p !=NULL);
 
-			fclose(f);
+			fclose(fo);
+			LoadInfoSubMenu();
+			Arbo.Populate(this);
 		}
 		/* -- Create example file -- */
 	}

Home | Main Index | Thread Index