Ben Copsey

Merge pull request #187 from steipete/master

... ... @@ -133,7 +133,7 @@ static const NSUInteger kDomainSection = 1;
{
[self showTitle];
UIDeviceOrientation o = [[UIApplication sharedApplication] statusBarOrientation];
UIInterfaceOrientation o = [[UIApplication sharedApplication] statusBarOrientation];
CGFloat angle = 0;
switch (o) {
case UIDeviceOrientationLandscapeLeft: angle = 90; break;
... ...