summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r--MobileCydia.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index b29fd99..acc4e2e 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -7688,6 +7688,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
- (void) setSearchTerm:(NSString *)searchTerm {
[search_ setText:searchTerm];
+ [self setObject:searchTerm];
[self reloadData];
}