summaryrefslogtreecommitdiff
path: root/plugins/pilot/patches
diff options
context:
space:
mode:
authorroot <root@elwms02.(none)>2010-04-06 16:13:08 +0200
committerroot <root@elwms02.(none)>2010-04-06 16:13:08 +0200
commit0e7005fcc7483c01aa102fbea358c5ac65a48d62 (patch)
tree11517ce0d3d2977c6732b3aa583b0008083e0bd3 /plugins/pilot/patches
downloadx-vdr-0e7005fcc7483c01aa102fbea358c5ac65a48d62.tar.gz
x-vdr-0e7005fcc7483c01aa102fbea358c5ac65a48d62.tar.bz2
hello world
Diffstat (limited to 'plugins/pilot/patches')
-rw-r--r--plugins/pilot/patches/pilot-0.0.8_channelcheck.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/pilot/patches/pilot-0.0.8_channelcheck.diff b/plugins/pilot/patches/pilot-0.0.8_channelcheck.diff
new file mode 100644
index 0000000..81b1997
--- /dev/null
+++ b/plugins/pilot/patches/pilot-0.0.8_channelcheck.diff
@@ -0,0 +1,11 @@
+--- pilotosd.c.orig 2006-05-02 23:33:11.000000000 +0200
++++ pilotosd.c 2007-06-25 00:40:27.000000000 +0200
+@@ -632,7 +632,7 @@
+ DrawMenu(0,2);
+ DisplayBitmap();
+ cChannel *Channel = Channels.GetByNumber(PilotChannelNumber);
+- if (Channel){
++ if (Channel && Channel->Number() != cDevice::CurrentChannel()){
+ cDevice::PrimaryDevice()->SwitchChannel(Channel, true);
+ }
+ }