diff options
Diffstat (limited to 'Source/SPPrintAccessory.m')
-rw-r--r-- | Source/SPPrintAccessory.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPPrintAccessory.m b/Source/SPPrintAccessory.m index 4237acbf..302d7deb 100644 --- a/Source/SPPrintAccessory.m +++ b/Source/SPPrintAccessory.m @@ -64,7 +64,7 @@ * Set the print view that the print accessory controls; set initial * preferences based on user defaults. */ -- (void) setPrintView:(WebView *)theWebView +- (void)setPrintView:(WebView *)theWebView { printWebView = theWebView; [[printWebView preferences] setShouldPrintBackgrounds:[[defaultsController valueForKeyPath:@"values.PrintBackground"] boolValue]]; |