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