Fixed methods for remote.

CQTexperiment
vspader 2007-02-18 23:06:23 +00:00
parent 798602bfd4
commit caf6fe2c9d
1 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@ increase/decrease as long as the user holds the left/right, plus/minus button */
switch( buttonIdentifier ) switch( buttonIdentifier )
{ {
case kRemoteButtonPlay: case kRemoteButtonPlay:
[self clickPlay: self]; [self clickPlay];
break; break;
case kRemoteButtonVolume_Plus: case kRemoteButtonVolume_Plus:
@ -79,10 +79,10 @@ increase/decrease as long as the user holds the left/right, plus/minus button */
case kRemoteButtonVolume_Minus: case kRemoteButtonVolume_Minus:
break; break;
case kRemoteButtonRight: case kRemoteButtonRight:
[self clickNext: self]; [self clickNext];
break; break;
case kRemoteButtonLeft: case kRemoteButtonLeft:
[self clickPrev: self]; [self clickPrev];
break; break;
case kRemoteButtonRight_Hold: case kRemoteButtonRight_Hold:
case kRemoteButtonLeft_Hold: case kRemoteButtonLeft_Hold: