summaryrefslogtreecommitdiff
path: root/navit/iphone/downloader/Classes/DownloaderDetailViewController.m
diff options
context:
space:
mode:
Diffstat (limited to 'navit/iphone/downloader/Classes/DownloaderDetailViewController.m')
-rw-r--r--navit/iphone/downloader/Classes/DownloaderDetailViewController.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/navit/iphone/downloader/Classes/DownloaderDetailViewController.m b/navit/iphone/downloader/Classes/DownloaderDetailViewController.m
index 97e24b1c4..2b1633ece 100644
--- a/navit/iphone/downloader/Classes/DownloaderDetailViewController.m
+++ b/navit/iphone/downloader/Classes/DownloaderDetailViewController.m
@@ -28,7 +28,7 @@
// Implement viewDidLoad to do additional setup after loading the view, typically from a nib.
- (void)viewDidLoad {
-
+
// Sets the Navigation bar to have the location name
self.title = [self.locationName objectForKey:NAME_KEY];
@@ -47,7 +47,7 @@
- (void)didReceiveMemoryWarning {
// Releases the view if it doesn't have a superview.
[super didReceiveMemoryWarning];
-
+
// Release any cached data, images, etc. that aren't in use.
}
@@ -60,7 +60,7 @@
-(void) viewWillAppear:(BOOL)animated {
[super viewWillAppear:animated];
}
-
+
- (void)dealloc {
[locationName_ release];
[super dealloc];