Changeset 471
- Timestamp:
- 07/27/09 16:17:06 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/superbook/trunk/Classes/LocateThem_ViewController.m
r461 r471 376 376 // Make the map view do a background update of the friends and display them 377 377 mapViewController = [FriendsMapViewController sharedInstance]; 378 // Put in a dummy map navcontroller so it looks the same as when we navigate .tel domains 379 mapViewController.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemDone 380 target:self 381 action:@selector(closeMapNavController)]; 378 382 379 // Create the buttons to refresh the markers 383 380 if (!locationRefreshButton) {








