From: Jay Freeman (saurik) Date: Tue, 14 Oct 2008 03:07:31 +0000 (+0000) Subject: Checkpointing Cydia (again) before futzing with cydia://package-icon/. X-Git-Tag: v1.0.3366~378 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/5e09ff3b33a3fb8650279d32868c1164772a37e8 Checkpointing Cydia (again) before futzing with cydia://package-icon/. --- diff --git a/Cydia.app/package.html b/Cydia.app/package.html index 6399067d..fbeb037b 100644 --- a/Cydia.app/package.html +++ b/Cydia.app/package.html @@ -176,11 +176,10 @@ -
- - -
This package has been signed.
-
+ + + + diff --git a/Cydia.app/package.js b/Cydia.app/package.js index 52025a94..c44e7dd3 100644 --- a/Cydia.app/package.js +++ b/Cydia.app/package.js @@ -151,7 +151,9 @@ $(function () { } else { $("#source-name").html(source.name); - if (!source.trusted) + if (source.trusted) + /*$("#trusted").href("cydia:///" + idc)*/; + else $(".trusted").remove(); var description = source.description; diff --git a/Cydia.app/trusted.png b/Cydia.app/trusted.png index f233bc77..e959e12e 100644 Binary files a/Cydia.app/trusted.png and b/Cydia.app/trusted.png differ