]> git.saurik.com Git - winterboard.git/commitdiff
Quick name change to protect the innocent.
authorJay Freeman (saurik) <saurik@saurik.com>
Tue, 5 Aug 2008 02:29:03 +0000 (02:29 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Tue, 5 Aug 2008 02:29:03 +0000 (02:29 +0000)
Library.mm
Saurik/Info.plist

index 0052ac2912b5b071eaabf2ba67a6e534ffa46ce6..45deecce91eb87aae58eb63419550c6c1096e503 100644 (file)
@@ -214,7 +214,7 @@ NSString *$pathForIcon$(SBApplication<WinterBoard> *self) {
 }
 
 static UIImage *SBApplicationIcon$icon(SBApplicationIcon<WinterBoard> *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];
index 645d6b066daeecb6758ef151bbbe1d2ef8d5feb5..7b8d2e6dc949bee3a4990d7366fbaf4b56ab4bdc 100644 (file)
@@ -6,12 +6,15 @@
 <string>1</string>
 
 <key>UndockedIconLabelStyle</key>
-<string>font-family: monospace; font-size: 13px; color: white</string>
+<string>/*font-family: monospace; font-size: 13px;*/ color: white</string>
 
 <key>DockedIconLabelStyle</key>
-<string>font-family: monospace; font-size: 13px; color: burlywood</string>
+<string>/*font-family: monospace; font-size: 13px;*/ color: burlywood</string>
 
 <key>TimeStyle</key>
-<string>font-family: monospace; font-size: 16px</string>
+<string>/*font-family: monospace; font-size: 16px*/</string>
+
+<!--key>ComposeStoreIcons</key>
+<false/-->
 
 </dict></plist>