--- 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);