update the quicklook window when the selected transfer changes

This commit is contained in:
Mitchell Livingston 2008-05-20 23:13:52 +00:00
parent 7983c5484a
commit aa0e8df705
2 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,6 @@
*****************************************************************************/
#import "FileOutlineView.h"
#import "FileOutlineController.h"
#import "InfoWindowController.h"
#import "FileNameCell.h"
#import "FilePriorityCell.h"

View File

@ -464,6 +464,8 @@ typedef enum
[self updateInfoFiles];
break;
}
[self updateQuickLook];
}
- (void) updateOptions