#! /bin/sh /usr/share/dpatch/dpatch-run ## menuapp-vdr patch - by Thomas Günther ## http://toms-cafe.de/vdr/download/mediamvp-0.1.6-menuapp-vdr-fix.diff ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Fixes compiling with VDR < 1.3.5. @DPATCH@ --- mediamvp-0.1.6/menuapp-vdr.c +++ mediamvp-0.1.6/menuapp-vdr.c @@ -300,7 +300,7 @@ menu_set_colour_actions(child,tr("Back") /* tr("Record") */, menuapp->Now ? tr("Next") : tr("Now"), NULL /* tr("Schedule") */, tr("Switch"),schedule_colour_keys); - menu_set_entry(menuapp->current_position); + menu_set_entry(child,menuapp->current_position); menu_display(child); return 1;