aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/component/addressbook-config.c2
-rw-r--r--addressbook/gui/contact-editor/test-editor.c2
2 files changed, 2 insertions, 2 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);
diff --git a/addressbook/gui/contact-editor/test-editor.c b/addressbook/gui/contact-editor/test-editor.c
index eb7e3d3f68..4a8c111563 100644
--- a/addressbook/gui/contact-editor/test-editor.c
+++ b/addressbook/gui/contact-editor/test-editor.c
@@ -118,7 +118,7 @@ int main( int argc, char *argv[] )
gnome_program_init("Contact Editor Test", VERSION, LIBGNOMEUI_MODULE, argc, argv, NULL);
- glade_gnome_init ();
+ glade_init ();
cardstr = NULL;
if (argc == 2)