diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/search/e-addressbook-search-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/search/e-addressbook-search-dialog.c b/addressbook/gui/search/e-addressbook-search-dialog.c index c6fc3c81ad..60f92cfff4 100644 --- a/addressbook/gui/search/e-addressbook-search-dialog.c +++ b/addressbook/gui/search/e-addressbook-search-dialog.c @@ -98,7 +98,7 @@ get_widget (EAddressbookSearchDialog *view) /* FIXME: hide this in a class */ rule_context_add_part_set(view->context, "partset", filter_part_get_type(), rule_context_add_part, rule_context_next_part); - rule_context_load(view->context, SEARCH_RULE_DIR "/addresstypes.xml", "", NULL, NULL); + rule_context_load(view->context, SEARCH_RULE_DIR "/addresstypes.xml", ""); view->rule = filter_rule_new(); part = rule_context_next_part(view->context, NULL); if (part == NULL) { |