add GroupsPrefsControllerto Makefile.am; add a warning

This commit is contained in:
Mitchell Livingston 2008-12-01 23:09:48 +00:00
parent 92fe161633
commit 1a3bb8f3cf
2 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,7 @@
@implementation AddWindowController
#warning don't let group override destination if the destination is already specified (as in adding from creation)
- (id) initWithTorrent: (Torrent *) torrent destination: (NSString *) path controller: (Controller *) controller
deleteTorrent: (torrentFileState) deleteTorrent
{

View File

@ -70,6 +70,8 @@ EXTRA_DIST = \
FilterButton.m \
GroupsController.h \
GroupsController.m \
GroupsPrefsController.h \
GroupsPrefsController.m \
GroupToolbarItem.h \
GroupToolbarItem.m \
InfoTabButtonCell.h \