]> git.saurik.com Git - winterboard.git/commitdiff
Fixed some stupid bugs from the last build.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 4 Aug 2008 11:54:36 +0000 (11:54 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 4 Aug 2008 11:54:36 +0000 (11:54 +0000)
Library.mm
Nature/Info.plist
control
makefile

index e718c4d7198b30bbbbec821462f1ce76b24afd64..2b7a9ae9252a68fc41171f03fc5c5a78438218cb 100644 (file)
@@ -249,9 +249,9 @@ NSString *$pathForFile$inBundle$(NSString *file, NSBundle *bundle) {
             }
 
         if (identifier == nil || ![identifier isEqualToString:@"com.apple.springboard"]);
-            remapResourceName(@"com.apple.springboard/FSO_BG.png", @"StatusBar")
-            remapResourceName(@"com.apple.springboard/SBDockBG.png", @"Dock")
-            remapResourceName(@"com.apple.springboard/SBWeatherCelsius.png", @"Icons/Weather")
+            remapResourceName(@"FSO_BG.png", @"StatusBar")
+            remapResourceName(@"SBDockBG.png", @"Dock")
+            remapResourceName(@"SBWeatherCelsius.png", @"Icons/Weather")
     }
 
     return nil;
index 128b07dc14810eb1d17d934c983902ea9220f6f8..645d6b066daeecb6758ef151bbbe1d2ef8d5feb5 100644 (file)
@@ -9,7 +9,7 @@
 <string>font-family: monospace; font-size: 13px; color: white</string>
 
 <key>DockedIconLabelStyle</key>
-<string>font-family: monospace; font-size: 13px; oolor: burlywood</string>
+<string>font-family: monospace; font-size: 13px; color: burlywood</string>
 
 <key>TimeStyle</key>
 <string>font-family: monospace; font-size: 16px</string>
diff --git a/control b/control
index f96263ebab1697d2d06e41cd6ba36fe34e447af3..524cf0d10221627e744c5a2e8450fc4708267022 100644 (file)
--- a/control
+++ b/control
@@ -3,7 +3,7 @@ Priority: optional
 Section: Themes
 Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
 Architecture: iphoneos-arm
-Version: 0.9.2504-1
+Version: 0.9.2505-1
 Description: more powerful, open-source SummerBoard
  After you install or uninstall this package you will have to /reboot/ (seriously, REBOOT) your phone to it to take effect.
  
index 6ae658ad6e502e48e5a8638c0a266886284c7040..25a3974f51d2265a4809f15d37b0e8aee721a345 100644 (file)
--- a/makefile
+++ b/makefile
@@ -26,6 +26,6 @@ package:
        cp -a Nature winterboard/Library/Themes/com.saurik.WinterBoard.Nature
        cp -a control preinst postinst prerm winterboard/DEBIAN
        cp -a Test.sh icon.png WinterBoard.dylib WinterBoard UIImages Info.plist ../pledit/pledit winterboard/Applications/WinterBoard.app
-       dpkg-deb -b winterboard winterboard_0.9.2504-1_iphoneos-arm.deb
+       dpkg-deb -b winterboard winterboard_0.9.2505-1_iphoneos-arm.deb
 
 .PHONY: all clean package