summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2010-11-18 11:04:52 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2010-11-18 11:04:52 -0800
commit56e88a25676b887d5bdd49a07cf12ffd3e43849b (patch)
tree018d1846f13e068c5e1bc7295d5aa76c3c9378b8
parentc6ca67ba495ffc33233e8966de9731696ef717de (diff)
-[PackageController setPackage:] needs to reload package.html.
-rw-r--r--MobileCydia.mm2
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 {