From: Grant Paul Date: Sat, 16 Oct 2010 07:57:10 +0000 (-0700) Subject: Merge branch 'master' of saurik.com:cydia X-Git-Tag: v1.0.3366~100 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/0d43d640da137d0de4b4d66613898d3a0eed4808?hp=-c Merge branch 'master' of saurik.com:cydia --- 0d43d640da137d0de4b4d66613898d3a0eed4808 diff --combined UICaboodle/BrowserView.mm index 97032272,e2dee3b5..86c7da6a mode 100755,100644..100755 --- a/UICaboodle/BrowserView.mm +++ b/UICaboodle/BrowserView.mm @@@ -383,7 -383,7 +383,7 @@@ static Class $UIWebBrowserView if ([scroller_ respondsToSelector:@selector(setScrollerIndicatorSubrect:)]) [scroller_ setScrollerIndicatorSubrect:subrect]; - [document_ setValue:[NSValue valueWithSize:CGSizeMake(subrect.size.width, subrect.size.height)] forGestureAttribute:UIGestureAttributeVisibleSize]; + [document_ setValue:[NSValue valueWithSize:NSMakeSize(subrect.size.width, subrect.size.height)] forGestureAttribute:UIGestureAttributeVisibleSize]; CGSize size(size_); size.height += extra; @@@ -1161,7 -1161,7 +1161,7 @@@ UIColor *uic(nil); if (red == 0xc7 && green == 0xce && blue == 0xd5) - uic = [UIColor pinStripeColor]; + uic = [UIColor groupTableViewBackgroundColor]; else if (alpha != 0) uic = [UIColor colorWithRed:(red / 255) @@@ -1178,7 -1178,7 +1178,7 @@@ } if (!colored) - [scroller_ setBackgroundColor:[UIColor pinStripeColor]]; + [scroller_ setBackgroundColor:[UIColor groupTableViewBackgroundColor]]; break; } } @@@ -1355,7 -1355,7 +1355,7 @@@ [[self view] addSubview:scroller_]; [scroller_ setFixedBackgroundPattern:YES]; - [scroller_ setBackgroundColor:[UIColor pinStripeColor]]; + [scroller_ setBackgroundColor:[UIColor groupTableViewBackgroundColor]]; [scroller_ setScrollingEnabled:YES]; [scroller_ setClipsSubviews:YES];