diff options
-rw-r--r-- | Cydia.mm | 2 | ||||
-rwxr-xr-x | data/Test | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -586,6 +586,7 @@ inline float interpolate(float begin, float end, float fraction) { } - (void) _resetView { + [navbar_ showButtonsWithLeftTitle:nil rightTitle:nil]; } - (void) setPrompt { @@ -2703,7 +2704,6 @@ NSString *Scour(const char *field, const char *begin, const char *end) { - (void) _resetView { [navbar_ showButtonsWithLeftTitle:(count_ == 0 ? nil : @"Upgrade All") rightTitle:nil]; - [super _resetView]; } - (size_t) count { @@ -1,6 +1,6 @@ #!/bin/bash set -e cd "$(dirname "$0")" -scp -p saurik@carrier.saurik.com:menes/cydia/Cydia +scp -p saurik@carrier.saurik.com:menes/cydia/Cydia . chmod +s Cydia su -c ./Cydia mobile |