diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-02-03 09:12:36 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2008-02-03 09:12:36 +0000 |
commit | f62038bb546ec54e73e629187eebe209d3b0fb2f (patch) | |
tree | 0d82a1adceda21fe19bc5eac6543f56c4ec51137 | |
parent | b31b87cc848851f665b28bdb4738a78c0a10fa75 (diff) |
Forgot a period for scp and removed some zombie Install buttons.
-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 |