--- a/cocoaTouch/otherSrc/CommodityFunctions.m Sun May 02 18:25:13 2010 +0000
+++ b/cocoaTouch/otherSrc/CommodityFunctions.m Sun May 02 18:42:19 2010 +0000
@@ -44,7 +44,7 @@
BOOL rotationManager (UIInterfaceOrientation interfaceOrientation) {
if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)
- return (interfaceOrientation == UIInterfaceOrientationLandscapeRight) || (interfaceOrientation == UIInterfaceOrientationLandscapeLeft);
+ return YES;
else
return (interfaceOrientation == UIInterfaceOrientationLandscapeRight);