Ticket #4776: patch-localjumprec.cpp

File patch-localjumprec.cpp, 642 bytes (added by Yeechang Lee <ylee@…>, 16 years ago)

Patch against r16237

Line 
1Index: programs/mythfrontend/main.cpp
2===================================================================
3--- programs/mythfrontend/main.cpp      (revision 16237)
4+++ programs/mythfrontend/main.cpp      (working copy)
5@@ -810,5 +810,5 @@
6     REG_JUMP("Program Recording Priorities", "", "", startProgramRecPriorities);
7     REG_JUMP("Channel Recording Priorities", "", "", startChannelRecPriorities);
8-    REG_JUMP("TV Recording Playback", "", "", startPlayback);
9+    REG_JUMPLOC("TV Recording Playback", "", "", startPlayback, "JUMPREC");
10     REG_JUMP("TV Recording Deletion", "", "", startDelete);
11     REG_JUMP("Live TV", "", "", startTVNormal);