Revision 7e354bb6

b/Classes/AccountHomeViewController.m
215 215
        }
216 216
    } else if (indexPath.section == kShared) {
217 217
        if (indexPath.row == mySharedRow) {
218
            cell.textLabel.text = @" My Shared";
218
            cell.textLabel.text = @" Shared By Me";
219 219
            cell.imageView.image = [UIImage imageNamed:@"myShared.png"];
220 220
            cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
221 221
        } else if (indexPath.row == othersSharedRow) {
222
            cell.textLabel.text = @"Others Shared";
222
            cell.textLabel.text = @"Shared To Me";
223 223
            cell.imageView.image = [UIImage imageNamed:@"othersShared.png"];
224 224
            cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
225 225
        }
b/Classes/FolderViewController.m
357 357
                           if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) {
358 358
                               if (self.selectedObjectViewController) {
359 359
                                   [self.selectedObjectViewController reloadMetadataSection];
360
                               } else {
361
                                   if ([self.folder isEqual:container.rootFolder]) {
362
                                       [containersViewController.containerDetailViewController reloadMetadataSection];
363
                                   } else {
364
                                       [parentFolderViewController.folderDetailVC reloadMetadataSection];
365
                                   }
360
                               } else if ([self.folder isEqual:container.rootFolder]) {
361
                                   [containersViewController.containerDetailViewController reloadMetadataSection];
362
                               } else if ([parentFolderViewController.folderDetailVC.navigationController.topViewController 
363
                                           isEqual:parentFolderViewController.folderDetailVC]) {
364
                                   [parentFolderViewController.folderDetailVC reloadMetadataSection];
366 365
                               }
367 366
                           }
368 367
                           [[NSNotificationCenter defaultCenter] removeObserver:successObserver];
b/OpenStack-Info.plist
43 43
	<key>CFBundlePackageType</key>
44 44
	<string>APPL</string>
45 45
	<key>CFBundleShortVersionString</key>
46
	<string>1.0</string>
46
	<string>1.0.1</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>20120328.1</string>
61
	<string>20120402.0</string>
62 62
	<key>LSRequiresIPhoneOS</key>
63 63
	<true/>
64 64
	<key>NSMainNibFile</key>

Also available in: Unified diff