aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component/addressbook.c')
-rw-r--r--addressbook/gui/component/addressbook.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c
index b629bdcf2e..c04a3218a1 100644
--- a/addressbook/gui/component/addressbook.c
+++ b/addressbook/gui/component/addressbook.c
@@ -612,7 +612,7 @@ set_prop (BonoboPropertyBag *bag,
static ESearchBarItem addressbook_search_menu_items[] = {
E_FILTERBAR_RESET,
- { NULL, -1 },
+ { NULL, -1, NULL },
};
static void
@@ -634,12 +634,12 @@ enum {
};
static ESearchBarItem addressbook_search_option_items[] = {
- { N_("Any field contains"), ESB_ANY },
- { N_("Name contains"), ESB_FULL_NAME },
- { N_("Email contains"), ESB_EMAIL },
- { N_("Category contains"), ESB_CATEGORY },
- { N_("Advanced..."), ESB_ADVANCED },
- { NULL, -1 }
+ { N_("Any field contains"), ESB_ANY, NULL },
+ { N_("Name contains"), ESB_FULL_NAME, NULL },
+ { N_("Email contains"), ESB_EMAIL, NULL },
+ { N_("Category contains"), ESB_CATEGORY, NULL },
+ { N_("Advanced..."), ESB_ADVANCED, NULL },
+ { NULL, -1, NULL }
};
static void