[self updateUI];
[self applyFilter: nil];
+ [[fWindow toolbar] validateVisibleItems];
[self updateTorrentHistory];
}
[self updateUI];
[self applyFilter: nil];
+ [[fWindow toolbar] validateVisibleItems];
[self updateTorrentHistory];
}
[[QLPreviewPanelSL sharedPreviewPanel] reloadData];
}
+
+ [[fWindow toolbar] validateVisibleItems];
}
- (void) resetInfo
[self updateUI];
[self applyFilter: nil];
+ [[fWindow toolbar] validateVisibleItems];
[self updateTorrentHistory];
}
- (void) torrentTableViewSelectionDidChange: (NSNotification *) notification
{
[self resetInfo];
+ [[fWindow toolbar] validateVisibleItems];
}
- (NSDragOperation) draggingEntered: (id <NSDraggingInfo>) info
[self showFilterBar: [fFilterBar isHidden] animate: YES];
[fDefaults setBool: ![fFilterBar isHidden] forKey: @"FilterBar"];
+ [[fWindow toolbar] validateVisibleItems];
}
//doesn't save shown state