]> git.saurik.com Git - cydia.git/blobdiff - CyteKit/WebViewController.mm
The initial page color for packages should be nil.
[cydia.git] / CyteKit / WebViewController.mm
index d392fe8fc5cb034d94258869938501f84ac8f386..e5b58d67b7f7b127cb627b6d3e506086a27cb54a 100644 (file)
@@ -589,7 +589,7 @@ float CYScrollViewDecelerationRateNormal;
                         }
                     }
 
-                    [self setPageColor:uic];
+                    [super setPageColor:uic];
                     [scroller_ setBackgroundColor:color_];
                     break;
                 }
@@ -873,7 +873,7 @@ float CYScrollViewDecelerationRateNormal;
         width_ = width;
         class_ = _class;
 
-        [self setPageColor:nil];
+        [super setPageColor:nil];
 
         allowsNavigationAction_ = true;