mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Now handing down the recording filter to sub menus
This commit is contained in:
parent
089b5eb212
commit
1379b621f7
4
menu.c
4
menu.c
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: menu.c 3.14 2013/12/25 12:03:32 kls Exp $
|
* $Id: menu.c 3.15 2013/12/27 09:00:24 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "menu.h"
|
#include "menu.h"
|
||||||
@ -2701,7 +2701,7 @@ bool cMenuRecordings::Open(bool OpenSubMenus)
|
|||||||
buffer = cString::sprintf("%s%c%s", base, FOLDERDELIMCHAR, t);
|
buffer = cString::sprintf("%s%c%s", base, FOLDERDELIMCHAR, t);
|
||||||
t = buffer;
|
t = buffer;
|
||||||
}
|
}
|
||||||
AddSubMenu(new cMenuRecordings(t, level + 1, OpenSubMenus));
|
AddSubMenu(new cMenuRecordings(t, level + 1, OpenSubMenus, filter));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user