]> granicus.if.org Git - transmission/commitdiff
get rid of the web seed table animation for now - it refuses to play well with others
authorMitchell Livingston <livings124@transmissionbt.com>
Sun, 8 Jun 2008 02:18:36 +0000 (02:18 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Sun, 8 Jun 2008 02:18:36 +0000 (02:18 +0000)
macosx/InfoWindowController.m

index a1a1a8d61ad2b79fbbf1033348ca65c968a47ebe..29130111f35ce6001da60c9c245c998a64b331d8 100644 (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];