only update quicklook window when changing transfer/file

This commit is contained in:
Mitchell Livingston 2008-05-20 23:45:07 +00:00
parent aa0e8df705
commit de9d548cf3
1 changed files with 2 additions and 2 deletions

View File

@ -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