diff options
author | Dan Winship <danw@src.gnome.org> | 2003-02-06 02:08:49 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-02-06 02:08:49 +0800 |
commit | 5b7f0b4f0ee3ef1249dc55375ce5c3bc6e812bce (patch) | |
tree | dadc6a3da3585333802ea42ff858c5e84b8c6604 /addressbook/printing | |
parent | b0f27fa8d77c23f0ff7575ba7def49af5f7017b6 (diff) | |
download | gsoc2013-evolution-5b7f0b4f0ee3ef1249dc55375ce5c3bc6e812bce.tar gsoc2013-evolution-5b7f0b4f0ee3ef1249dc55375ce5c3bc6e812bce.tar.gz gsoc2013-evolution-5b7f0b4f0ee3ef1249dc55375ce5c3bc6e812bce.tar.bz2 gsoc2013-evolution-5b7f0b4f0ee3ef1249dc55375ce5c3bc6e812bce.tar.lz gsoc2013-evolution-5b7f0b4f0ee3ef1249dc55375ce5c3bc6e812bce.tar.xz gsoc2013-evolution-5b7f0b4f0ee3ef1249dc55375ce5c3bc6e812bce.tar.zst gsoc2013-evolution-5b7f0b4f0ee3ef1249dc55375ce5c3bc6e812bce.zip |
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
Diffstat (limited to 'addressbook/printing')
-rw-r--r-- | addressbook/printing/test-contact-print-style-editor.c | 2 | ||||
-rw-r--r-- | addressbook/printing/test-print.c | 2 |
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"); |