Changeset 1325 for trunk

Show
Ignore:
Timestamp:
09/20/10 18:49:20 (20 months ago)
Author:
gbooker
Message:

Corrected processing of gestures.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SapphireCompatibilityClasses/SapphireFrontRowCompat.m

    r1287 r1325  
    611611                        case kBREventRemoteActionTake302SwipeDown: 
    612612                                return action - 2; 
     613                                break; 
     614                        case kBREventRemoteActionTake302TouchBegin: 
     615                        case kBREventRemoteActionTake302TouchMove: 
     616                                return 0; 
    613617                                break; 
    614618                        default: