load the rules table before showing the group rules sheet

This commit is contained in:
Mitchell Livingston 2008-12-09 00:51:08 +00:00
parent 87ebddb71d
commit f36d99ad74
1 changed files with 4 additions and 5 deletions

View File

@ -285,12 +285,11 @@
if ([fRuleEditor numberOfRows] == 0)
[fRuleEditor addRow: nil];
[fRuleEditor reloadCriteria];
[NSApp beginSheet: fGroupRulesSheetWindow
modalForWindow: [fTableView window]
modalDelegate: nil
didEndSelector: NULL
contextInfo: NULL];
[NSApp beginSheet: fGroupRulesSheetWindow modalForWindow: [fTableView window] modalDelegate: nil didEndSelector: NULL
contextInfo: NULL];
}
- (IBAction) cancelRules: (id) sender;