diff -r 7eb4707d43f0 -r 361bd29293f4 cocoaTouch/otherSrc/CommodityFunctions.m --- a/cocoaTouch/otherSrc/CommodityFunctions.m Sat May 01 05:15:16 2010 +0000 +++ b/cocoaTouch/otherSrc/CommodityFunctions.m Sat May 01 12:53:55 2010 +0000 @@ -44,7 +44,7 @@ BOOL rotationManager (UIInterfaceOrientation interfaceOrientation) { if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) - return (interfaceOrientation == UIInterfaceOrientationLandscapeRight); + return (interfaceOrientation == UIInterfaceOrientationLandscapeRight) || (interfaceOrientation == UIInterfaceOrientationLandscapeLeft); else return (interfaceOrientation == UIInterfaceOrientationLandscapeRight);