From 7012831928ed1e0e8a5b5d794ac01d8fa30a2331 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 8 Jun 2008 02:18:36 +0000 Subject: [PATCH] get rid of the web seed table animation for now - it refuses to play well with others --- macosx/InfoWindowController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/InfoWindowController.m b/macosx/InfoWindowController.m index a1a1a8d61..29130111f 100644 --- a/macosx/InfoWindowController.m +++ b/macosx/InfoWindowController.m @@ -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];