From d0cee7a2f9232e064138eeb1e2d1613a19bd47d7 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 13 Feb 2011 11:45:18 -0800 Subject: Rename /ui/ to /ui/ios/. --- MobileCydia.mm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'MobileCydia.mm') diff --git a/MobileCydia.mm b/MobileCydia.mm index 776e929..569bab1 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -4321,7 +4321,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { SizeString([database_ fetcher].PartialPresent()), nil]; - [self loadURL:[NSURL URLWithString:CydiaURL(@"ui/confirm/")]]; + [self loadURL:[NSURL URLWithString:CydiaURL(@"ui/ios/confirm/")]]; [[self navigationItem] setLeftBarButtonItem:[[[UIBarButtonItem alloc] initWithTitle:UCLocalize("CANCEL") @@ -5528,7 +5528,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { - (void) viewWillAppear:(BOOL)animated { if (![self hasLoaded]) - [self loadURL:[NSURL URLWithString:CydiaURL(@"ui/package/")]]; + [self loadURL:[NSURL URLWithString:CydiaURL(@"ui/ios/package/")]]; [super viewWillAppear:animated]; } @@ -5587,7 +5587,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { action:@selector(customButtonClicked) ]; - [self loadURL:[NSURL URLWithString:CydiaURL([NSString stringWithFormat:@"ui/package/#!/%@", name])]]; + [self loadURL:[NSURL URLWithString:CydiaURL([NSString stringWithFormat:@"ui/ios/package/#!/%@", name])]]; } - (void) setPackage:(Package *)package { @@ -6030,7 +6030,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { - (void) viewWillAppear:(BOOL)animated { if (![self hasLoaded]) - [self loadURL:[NSURL URLWithString:CydiaURL(@"ui/home/")]]; + [self loadURL:[NSURL URLWithString:CydiaURL(@"ui/ios/home/")]]; [super viewWillAppear:animated]; @@ -6064,7 +6064,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { - (void) viewWillAppear:(BOOL)animated { if (![self hasLoaded]) - [self loadURL:[NSURL URLWithString:CydiaURL(@"ui/manage/")]]; + [self loadURL:[NSURL URLWithString:CydiaURL(@"ui/ios/manage/")]]; [super viewWillAppear:animated]; } -- cgit v1.2.3