clean up the behavior with the group color picker

This commit is contained in:
Mitchell Livingston
2008-03-23 04:36:30 +00:00
parent 86a701be34
commit 5681c18c02
8 changed files with 41 additions and 35 deletions

View File

@@ -31,7 +31,7 @@
IBOutlet NSTableView * fTableView;
IBOutlet NSSegmentedControl * fAddRemoveControl;
int fCurrentColorRow;
int fCurrentColorIndex;
}
+ (GroupsWindowController *) groupsWindow;