From 86581da1ca465b65c3d3ecd2fc3ee6168ec127b4 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 3 Feb 2008 09:12:36 +0000 Subject: [PATCH 1/1] Forgot a period for scp and removed some zombie Install buttons. --- Cydia.mm | 2 +- data/Test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cydia.mm b/Cydia.mm index af4397be..9796f468 100644 --- 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 { diff --git a/data/Test b/data/Test index 41a0134a..ad2582e1 100755 --- 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 -- 2.45.2