Revision 4ab364e1

b/Classes/FolderViewController.m
398 398
}
399 399

  
400 400
- (void)deleteButtonPressed:(id)sender {
401
    [deleteActionSheet showInView:self.view];    
401
    OpenStackAppDelegate *appDelegate = (OpenStackAppDelegate *)[[UIApplication sharedApplication] delegate];
402
    [deleteActionSheet showInView:appDelegate.masterNavigationController.view];    
402 403
}
403 404

  
404 405
#pragma mark -
b/OpenStack-Info.plist
43 43
	<key>CFBundlePackageType</key>
44 44
	<string>APPL</string>
45 45
	<key>CFBundleShortVersionString</key>
46
	<string>1.0.2</string>
46
	<string>1.0.3</string>
47 47
	<key>CFBundleSignature</key>
48 48
	<string>????</string>
49 49
	<key>CFBundleURLTypes</key>
......
58 58
		</dict>
59 59
	</array>
60 60
	<key>CFBundleVersion</key>
61
	<string>20120409.0</string>
61
	<string>20120423.0</string>
62 62
	<key>LSRequiresIPhoneOS</key>
63 63
	<true/>
64 64
	<key>NSMainNibFile</key>

Also available in: Unified diff