diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-08-19 11:28:09 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:08:28 +0000 |
commit | c47ab022b1b28d4c625f26ef85a953b14e7dc9f9 (patch) | |
tree | b9037f34275241390bbf2efec1cdf67ac9ec3b94 | |
parent | 7d2ac47f3369cf198f78970363f0f31bd3cd44ee (diff) |
Default more information to depiction.
-rw-r--r-- | Cydia.mm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1433,7 +1433,7 @@ NSString *Scour(const char *field, const char *begin, const char *end) { } - (NSString *) homepage { - return homepage_; + return homepage_ == nil ? depiction_ : homepage_; } - (NSString *) depiction { |