diff options
author | Grant Paul <chpwn@chpwn.com> | 2010-10-16 00:57:10 -0700 |
---|---|---|
committer | Grant Paul <chpwn@chpwn.com> | 2010-10-16 00:57:10 -0700 |
commit | 0d43d640da137d0de4b4d66613898d3a0eed4808 (patch) | |
tree | 4f0ff9da31f812a83e9ac248837d92d06b922767 /Cydia.mm | |
parent | 1edcdccff91b5e32f9fcf40cfcbd00c98bb237ed (diff) | |
parent | b9ada469088990a084f1bf0bebe5f7cc7dce4148 (diff) |
Merge branch 'master' of saurik.com:cydia
Diffstat (limited to 'Cydia.mm')
-rw-r--r-- | Cydia.mm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -311,7 +311,7 @@ static _finline void UpdateExternalStatus(uint64_t newStatus) { } return self; } -- (void)_updateFrameForDisplay { +- (void) _updateFrameForDisplay { [super _updateFrameForDisplay]; if ([self cancelButtonIndex] == -1) { NSArray *buttons = [self buttons]; @@ -7821,7 +7821,7 @@ freeing the view controllers on tab change */ [super dealloc]; } -- (id) initWithDatabase: (Database *)database { +- (id) initWithDatabase:(Database *)database { if ((self = [super init]) != nil) { database_ = database; |