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

@ -286,10 +286,9 @@
if ([fRuleEditor numberOfRows] == 0)
[fRuleEditor addRow: nil];
[NSApp beginSheet: fGroupRulesSheetWindow
modalForWindow: [fTableView window]
modalDelegate: nil
didEndSelector: NULL
[fRuleEditor reloadCriteria];
[NSApp beginSheet: fGroupRulesSheetWindow modalForWindow: [fTableView window] modalDelegate: nil didEndSelector: NULL
contextInfo: NULL];
}