diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-01 10:03:28 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-01 10:05:37 +0800 |
commit | 4ce3d9c321888226b2bcbf67e189261d0edb5a53 (patch) | |
tree | 40f96a8968fa7bd956a5a72ab61b27ab5f7f0761 /addressbook/gui/contact-editor/test-editor.c | |
parent | 1c198bd71100c3c0af0aa1d80bb0e1f51918c4f2 (diff) | |
download | gsoc2013-evolution-4ce3d9c321888226b2bcbf67e189261d0edb5a53.tar.gz gsoc2013-evolution-4ce3d9c321888226b2bcbf67e189261d0edb5a53.tar.zst gsoc2013-evolution-4ce3d9c321888226b2bcbf67e189261d0edb5a53.zip |
Bug 580892 – Kill libgnomeui/gnome-app and gnome-app-helper
The only remaining case is widgets/test/test-dropdown-button.c, but this
file will be removed when the kill-bonobo branch is merged.
Diffstat (limited to 'addressbook/gui/contact-editor/test-editor.c')
-rw-r--r-- | addressbook/gui/contact-editor/test-editor.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/addressbook/gui/contact-editor/test-editor.c b/addressbook/gui/contact-editor/test-editor.c index 44703c9e57..2f55e4777c 100644 --- a/addressbook/gui/contact-editor/test-editor.c +++ b/addressbook/gui/contact-editor/test-editor.c @@ -24,8 +24,6 @@ #include <stdlib.h> #include <gtk/gtk.h> -#include <libgnomeui/gnome-app.h> -#include <libgnomeui/gnome-ui-init.h> #include <glade/glade.h> #include "e-contact-editor.h" #include "ebook/e-card.h" @@ -97,7 +95,7 @@ int main( int argc, char *argv[] ) char *cardstr; EContactEditor *ce; - gnome_program_init("Contact Editor Test", VERSION, LIBGNOMEUI_MODULE, argc, argv, NULL); + gtk_init (&argc, &argv); glade_init (); |