From 6134e674d45f4612517a1dd8671c23d827ab654d Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 3 Jan 2009 22:23:33 +0000 Subject: [PATCH] Fixed critical bug. --- Library.mm | 2 +- control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Library.mm b/Library.mm index dccc219..6ec4a8d 100644 --- a/Library.mm +++ b/Library.mm @@ -920,7 +920,7 @@ MSHook(void, SBIconLabel$drawRect$, SBIconLabel *self, SEL sel, CGRect rect) { Ivar ivar = object_getInstanceVariable(self, "_inDock", reinterpret_cast(&docked)); docked = (docked & (ivar_getOffset(ivar) == ivar_getOffset(drawMoreLegibly) ? 0x2 : 0x1)) != 0; - NSString *&label(MSHookIvar(self, "_label")); + NSString *label(MSHookIvar(self, "_label")); NSString *style = [NSString stringWithFormat:@"" "font-family: Helvetica; " diff --git a/control b/control index dc08c5d..60953e8 100644 --- a/control +++ b/control @@ -3,7 +3,7 @@ Priority: optional Section: System Maintainer: Jay Freeman (saurik) Architecture: iphoneos-arm -Version: 0.9.2692-1 +Version: 0.9.2693-1 Description: more powerful, open-source SummerBoard Name: WinterBoard Depends: mobilesubstrate (>= 0.9.2660-1) -- 2.45.2