diff options
Diffstat (limited to 'addressbook/gui/component/addressbook-config.c')
-rw-r--r-- | addressbook/gui/component/addressbook-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook-config.c b/addressbook/gui/component/addressbook-config.c index 8bae268ced..b7d8f1ce41 100644 --- a/addressbook/gui/component/addressbook-config.c +++ b/addressbook/gui/component/addressbook-config.c @@ -1754,7 +1754,7 @@ main(int argc, char **argv) gnome_init_with_popt_table ("evolution-addressbook", "0.0", argc, argv, oaf_popt_options, 0, NULL); - glade_gnome_init (); + glade_init (); bindtextdomain (PACKAGE, EVOLUTION_LOCALEDIR); textdomain (PACKAGE); |