From d7566bb453a0f87d7e099651a2e11e4f227c53c4 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 5 Aug 2008 02:29:03 +0000 Subject: [PATCH] Quick name change to protect the innocent. --- Library.mm | 2 +- Saurik/Info.plist | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) 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*/ + + -- 2.50.0