summaryrefslogtreecommitdiff
path: root/Cydia.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2008-12-10 12:34:44 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:09:14 +0000
commit0adc554ba6925144bab4bcd29fd2371a032cb458 (patch)
treeaeecf3ac4832e7dbecc8a5f69f8990ffb7ea1074 /Cydia.mm
parent59c011d87e67a2b7a44bf70576c7fa10e85698bc (diff)
Finished implementing Storage.
Diffstat (limited to 'Cydia.mm')
-rw-r--r--Cydia.mm26
1 files changed, 1 insertions, 25 deletions
diff --git a/Cydia.mm b/Cydia.mm
index ae230f6..bc1c0cc 100644
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -4755,30 +4755,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
@end
/* }}} */
-/* Storage View {{{ */
-@interface StorageView : BrowserView {
-}
-
-@end
-
-@implementation StorageView
-
-- (NSString *) title {
- return @"Storage";
-}
-
-#if !AlwaysReload
-- (id) _rightButtonTitle {
- return nil;
-}
-#endif
-
-- (bool) _loading {
- return false;
-}
-
-@end
-/* }}} */
/* Manage View {{{ */
@interface ManageView : BrowserView {
}
@@ -6759,7 +6735,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
if ([href isEqualToString:@"cydia://add-source"])
return [[[AddSourceView alloc] initWithBook:book_ database:database_] autorelease];
else if ([href isEqualToString:@"cydia://storage"])
- return [self _pageForURL:[NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@"storage" ofType:@"html"]] withClass:[StorageView class]];
+ return [self _pageForURL:[NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@"storage" ofType:@"html"]] withClass:[BrowserView class]];
else if ([href isEqualToString:@"cydia://sources"])
return [[[SourceTable alloc] initWithBook:book_ database:database_] autorelease];
else if ([href isEqualToString:@"cydia://packages"])