@interface URLSheetWindowController (Private)
-- (BOOL) updateOpenButtonForURL: (NSString *) string;
+- (void) updateOpenButtonForURL: (NSString *) string;
@end
openFrame.size.width = NSWidth(cancelFrame);
openFrame.origin.x = NSWidth([[self window] frame]) - NSWidth(openFrame) - 20.0 + 6.0; //I don't know why the extra 6.0 is needed
-
[fOpenButton setFrame: openFrame];
cancelFrame.origin.x = NSMinX(openFrame) - NSWidth(cancelFrame);
@implementation URLSheetWindowController (Private)
-- (BOOL) updateOpenButtonForURL: (NSString *) string
+- (void) updateOpenButtonForURL: (NSString *) string
{
BOOL enable = YES;
if ([string isEqualToString: @""])