From aa0e8df705c1cc4cdee000b3bea6a6ec7d6d521c Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Tue, 20 May 2008 23:13:52 +0000 Subject: [PATCH] update the quicklook window when the selected transfer changes --- macosx/FileOutlineView.m | 1 - macosx/InfoWindowController.m | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/macosx/FileOutlineView.m b/macosx/FileOutlineView.m index 0d6d7b1e8..0de6d44bf 100644 --- a/macosx/FileOutlineView.m +++ b/macosx/FileOutlineView.m @@ -23,7 +23,6 @@ *****************************************************************************/ #import "FileOutlineView.h" -#import "FileOutlineController.h" #import "InfoWindowController.h" #import "FileNameCell.h" #import "FilePriorityCell.h" diff --git a/macosx/InfoWindowController.m b/macosx/InfoWindowController.m index 42d44791c..3b57cdfae 100644 --- a/macosx/InfoWindowController.m +++ b/macosx/InfoWindowController.m @@ -464,6 +464,8 @@ typedef enum [self updateInfoFiles]; break; } + + [self updateQuickLook]; } - (void) updateOptions