From: Jay Freeman (saurik) Date: Tue, 5 Aug 2008 02:29:03 +0000 (+0000) Subject: Quick name change to protect the innocent. X-Git-Tag: v0.9.3900~83 X-Git-Url: https://git.saurik.com/winterboard.git/commitdiff_plain/d7566bb453a0f87d7e099651a2e11e4f227c53c4 Quick name change to protect the innocent. --- diff --git a/Library.mm b/Library.mm index 0052ac2..45deecc 100644 --- a/Library.mm +++ b/Library.mm @@ -214,7 +214,7 @@ NSString *$pathForIcon$(SBApplication *self) { } static UIImage *SBApplicationIcon$icon(SBApplicationIcon *self, SEL sel) { - if (Info_ == nil || ![Info_ boolForKey:@"RenderIcons"]) + if (Info_ == nil || ![Info_ boolForKey:@"ComposeStoreIcons"]) if (NSString *path = $pathForIcon$([self application])) return [UIImage imageWithContentsOfFile:path]; return [self wb_icon]; diff --git a/Saurik/Info.plist b/Saurik/Info.plist index 645d6b0..7b8d2e6 100644 --- a/Saurik/Info.plist +++ b/Saurik/Info.plist @@ -6,12 +6,15 @@ 1 UndockedIconLabelStyle -font-family: monospace; font-size: 13px; color: white +/*font-family: monospace; font-size: 13px;*/ color: white DockedIconLabelStyle -font-family: monospace; font-size: 13px; color: burlywood +/*font-family: monospace; font-size: 13px;*/ color: burlywood TimeStyle -font-family: monospace; font-size: 16px +/*font-family: monospace; font-size: 16px*/ + +