cocoaTouch/PopoverMenuViewController.m
changeset 3335 2520ee7a5484
parent 3308 b6dcae4b6d2c
child 3340 96dd168b080b
--- a/cocoaTouch/PopoverMenuViewController.m	Sun Apr 11 01:04:54 2010 +0000
+++ b/cocoaTouch/PopoverMenuViewController.m	Sun Apr 11 03:43:13 2010 +0000
@@ -14,10 +14,11 @@
 @synthesize menuList;
 
 
--(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
-    return (interfaceOrientation == UIInterfaceOrientationLandscapeRight);
+-(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation {
+	return rotationManager(interfaceOrientation);
 }
 
+
 -(void) didReceiveMemoryWarning {
     // Releases the view if it doesn't have a superview.
     [super didReceiveMemoryWarning];