From 5b7f0b4f0ee3ef1249dc55375ce5c3bc6e812bce Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 5 Feb 2003 18:08:49 +0000 Subject: Replace deprecated glade_gnome_init() with glade_init(). * gui/component/addressbook-config.c (main): Replace deprecated glade_gnome_init() with glade_init(). * gui/contact-editor/test-editor.c (main): Likewise. * printing/test-contact-print-style-editor.c (main): Likewise. * printing/test-print.c (main): Likewise. svn path=/trunk/; revision=19760 --- addressbook/printing/test-contact-print-style-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/printing/test-contact-print-style-editor.c') 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); -- cgit v1.2.3