From bb7cb1d677117a938ae18d9cae7acc7a56678b6f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 17 Sep 2008 15:07:13 +0000 Subject: Massive address book refactoring. Things are mostly working again. Also, begin documenting the new shell API, and provide a Gtk-Doc framework. svn path=/branches/kill-bonobo/; revision=36359 --- a11y/addressbook/ea-addressbook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'a11y/addressbook/ea-addressbook.c') diff --git a/a11y/addressbook/ea-addressbook.c b/a11y/addressbook/ea-addressbook.c index b41a98434e..e94309de43 100644 --- a/a11y/addressbook/ea-addressbook.c +++ b/a11y/addressbook/ea-addressbook.c @@ -55,7 +55,7 @@ void e_minicard_view_a11y_init (void) void eab_view_a11y_init (void) { - EA_SET_FACTORY (eab_view_get_type (), ea_ab_view); + EA_SET_FACTORY (E_TYPE_ADDRESSBOOK_VIEW, ea_ab_view); } static gboolean -- cgit