diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-11-18 11:04:52 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-11-18 11:04:52 -0800 |
commit | 56e88a25676b887d5bdd49a07cf12ffd3e43849b (patch) | |
tree | 018d1846f13e068c5e1bc7295d5aa76c3c9378b8 | |
parent | c6ca67ba495ffc33233e8966de9731696ef717de (diff) |
-[PackageController setPackage:] needs to reload package.html.
-rw-r--r-- | MobileCydia.mm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 33f5ab5..40f1d25 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -5314,6 +5314,8 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { target:self action:@selector(customButtonClicked) ]; + + [self reloadURL]; } - (bool) isLoading { |