diff --git a/macosx/GroupsPrefsController.m b/macosx/GroupsPrefsController.m index 7b055a61b..4792459b2 100644 --- a/macosx/GroupsPrefsController.m +++ b/macosx/GroupsPrefsController.m @@ -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;