diff --git a/macosx/English.lproj/InfoWindow.nib/keyedobjects.nib b/macosx/English.lproj/InfoWindow.nib/keyedobjects.nib index 0eda7a6f8..91f127c59 100644 Binary files a/macosx/English.lproj/InfoWindow.nib/keyedobjects.nib and b/macosx/English.lproj/InfoWindow.nib/keyedobjects.nib differ diff --git a/macosx/PiecesView.m b/macosx/PiecesView.m index 0ece69ec5..afe4d7f08 100644 --- a/macosx/PiecesView.m +++ b/macosx/PiecesView.m @@ -48,6 +48,8 @@ fBlue3Piece = [NSImage imageNamed: @"BoxBlue3.tiff"]; [fBlue3Piece setScalesWhenResized: YES]; [fBlue3Piece setSize: size]; + + [self setTorrent: nil]; } return self; @@ -97,6 +99,8 @@ [self updateView: YES]; } + + [fImageView setHidden: torrent == nil]; } - (void) updateView: (BOOL) first