getting closer to re-adding "add tracker" functionality

This commit is contained in:
Mitchell Livingston
2009-09-29 03:02:44 +00:00
parent 8296112fae
commit edefc9a10a
7 changed files with 55 additions and 50 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
IBOutlet NSTextView * fCommentView;
IBOutlet NSButton * fRevealDataButton;
NSArray * fTrackers;
NSMutableArray * fTrackers;
IBOutlet TrackerTableView * fTrackerTable;
TrackerCell * fTrackerCell;
IBOutlet NSSegmentedControl * fTrackerAddRemoveControl;