diff -r 6a8b5f313190 -r f589230fa21b cocoaTouch/otherSrc/CommodityFunctions.m --- a/cocoaTouch/otherSrc/CommodityFunctions.m Thu Jun 17 11:42:23 2010 -0400 +++ b/cocoaTouch/otherSrc/CommodityFunctions.m Thu Jun 17 19:57:51 2010 +0200 @@ -93,8 +93,8 @@ if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) return YES; else - return (interfaceOrientation == UIInterfaceOrientationLandscapeRight); - + return (interfaceOrientation == UIInterfaceOrientationLandscapeRight) || + (interfaceOrientation == UIInterfaceOrientationLandscapeLeft); } NSInteger randomPort () {