in the groups popup in the add window, have an option to show the groups window

This commit is contained in:
Mitchell Livingston
2008-01-05 22:32:34 +00:00
parent 57bc23edc5
commit fac74ffd7b
4 changed files with 576 additions and 459 deletions

View File

@@ -43,6 +43,7 @@
NSString * fDestination;
BOOL fDeleteTorrent, fDeleteEnable;
int fGroupValue;
}
- (id) initWithTorrent: (Torrent *) torrent destination: (NSString *) path controller: (Controller *) controller
@@ -56,5 +57,6 @@
- (void) cancelAdd: (id) sender;
- (void) updateGroupMenu: (NSNotification *) notification;
- (void) showGroupsWindow: (id) sender;
@end