aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/printing
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/printing')
-rw-r--r--addressbook/printing/test-contact-print-style-editor.c2
-rw-r--r--addressbook/printing/test-print.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/printing/test-contact-print-style-editor.c b/addressbook/printing/test-contact-print-style-editor.c
index 48bed93450..774ae9f7b0 100644
--- a/addressbook/printing/test-contact-print-style-editor.c
+++ b/addressbook/printing/test-contact-print-style-editor.c
@@ -70,7 +70,7 @@ int main( int argc, char *argv[] )
argc, argv,
NULL);
- glade_gnome_init ();
+ glade_init ();
app = gnome_app_new("Contact Print Style Editor Test", NULL);
diff --git a/addressbook/printing/test-print.c b/addressbook/printing/test-print.c
index b9d0592474..765ca10743 100644
--- a/addressbook/printing/test-print.c
+++ b/addressbook/printing/test-print.c
@@ -69,7 +69,7 @@ int main( int argc, char *argv[] )
argc, argv,
NULL);
- glade_gnome_init ();
+ glade_init ();
shown_fields = g_list_append(shown_fields, "First field");
shown_fields = g_list_append(shown_fields, "Second field");