]> git.saurik.com Git - winterboard.git/commitdiff
I really want this to be clear.
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 19 Oct 2011 06:18:09 +0000 (06:18 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 19 Oct 2011 06:18:09 +0000 (06:18 +0000)
Library.mm

index d7946b4a56c9789872ab11180f019765bdbe43b8..9544cc6fa9b542ee9839e937bc8811371f44d756 100644 (file)
@@ -1457,6 +1457,10 @@ MSInstanceMessageHook1(void, CKMessageCell, addBalloonView, CKBalloonView *, bal
     [balloon setBackgroundColor:[UIColor clearColor]];
 }
 
+MSInstanceMessageHook1(void, CKTranscriptCell, setBackgroundColor, UIColor *, color) {
+    MSOldCall([UIColor clearColor]);
+}
+
 MSInstanceMessageHook2(id, CKTranscriptCell, initWithStyle,reuseIdentifier, int, style, NSString *, reuse) {
     if ((self = MSOldCall(style, reuse)) != nil) {
         [self setBackgroundColor:[UIColor clearColor]];