Fix update view

This should not have been committed. *sigh*
This commit is contained in:
Andreas Linde 2012-10-22 01:18:11 +02:00
parent 17ed4b962e
commit df52022391

View File

@ -76,7 +76,7 @@
- (void)updateAppStoreHeader {
BITAppVersionMetaInfo *appVersion = _updateManager.newestAppVersion;
_appStoreHeader.headerLabel = appVersion.name;
_appStoreHeader.middleHeaderLabel = [_updateManager currentAppVersion];// [appVersion versionString];
// _appStoreHeader.middleHeaderLabel = appVersion versionString];
// NSDateFormatter *formatter = [[[NSDateFormatter alloc] init] autorelease];
// [formatter setDateStyle:NSDateFormatterMediumStyle];
// NSMutableString *subHeaderString = [NSMutableString string];