]> git.saurik.com Git - cydia.git/commitdiff
Forgot a period for scp and removed some zombie Install buttons.
authorJay Freeman (saurik) <saurik@saurk.com>
Sun, 3 Feb 2008 09:12:36 +0000 (09:12 +0000)
committerJay Freeman (saurik) <saurik@saurk.com>
Sun, 3 Feb 2008 09:12:36 +0000 (09:12 +0000)
Cydia.mm
data/Test

index af4397beaa25b0cf2190c607ab8f65f60b17fa76..9796f468f88a01cfec296063dd02c37b1da6a085 100644 (file)
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -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 {
index 41a0134a89b2a657c5d8f9fde64d76474e4b4386..ad2582e191579d281f5c3b3202fe8f426a12964d 100755 (executable)
--- a/data/Test
+++ b/data/Test
@@ -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