1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-03 21:12:05 +00:00

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

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];
}