get rid of the web seed table animation for now - it refuses to play well with others

This commit is contained in:
Mitchell Livingston
2008-06-08 02:18:36 +00:00
parent 0f9093cb7d
commit 7012831928

View File

@@ -1441,7 +1441,7 @@ typedef enum
- (void) setWebSeederTableHidden: (BOOL) hide animate: (BOOL) animate
{
if (![NSApp isOnLeopardOrBetter])
if (/*![NSApp isOnLeopardOrBetter]*/YES)
animate = NO;
NSRect webSeedFrame = [[fWebSeedTable enclosingScrollView] frame];