diff --git a/macosx/InfoWindowController.m b/macosx/InfoWindowController.m index 3b57cdfae..d65d0ce75 100644 --- a/macosx/InfoWindowController.m +++ b/macosx/InfoWindowController.m @@ -442,6 +442,8 @@ typedef enum [fTrackerTable reloadData]; [fPeerTable reloadData]; + + [self updateQuickLook]; } - (void) updateInfoStats @@ -464,8 +466,6 @@ typedef enum [self updateInfoFiles]; break; } - - [self updateQuickLook]; } - (void) updateOptions