From: Chris Tallon Date: Sat, 30 May 2009 17:12:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: r0-3-1~2 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=38ef8f1d8da5ddabf2efceac351df69d97290d62;p=vompclient.git *** empty log message *** --- diff --git a/vrecording.cc b/vrecording.cc index d3b48f3..965bbd9 100644 --- a/vrecording.cc +++ b/vrecording.cc @@ -124,6 +124,7 @@ int VRecording::handleCommand(int command) switch(command) { case Remote::LEFT: + case Remote::DF_LEFT: case Remote::DF_UP: case Remote::UP: { @@ -131,6 +132,7 @@ int VRecording::handleCommand(int command) return 2; } case Remote::RIGHT: + case Remote::DF_RIGHT: case Remote::DF_DOWN: case Remote::DOWN: {