Just update the value when there is a change....it's modified only when torrent counts change and just updates a string...nothing too strenuous

This commit is contained in:
Mitchell Livingston
2006-06-16 03:45:12 +00:00
parent e5aab6902a
commit fa23d6d30c
3 changed files with 5 additions and 9 deletions

View File

@@ -70,7 +70,7 @@
[super dealloc];
}
- (void) setPrefsWindow: (tr_handle_t *) handle
- (void) setPrefs: (tr_handle_t *) handle
{
fToolbar = [[NSToolbar alloc] initWithIdentifier: @"Preferences Toolbar"];
[fToolbar setDelegate: self];