From 84080821d62db3358fcaee4adfc24782ed7d4318 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 7 May 2009 08:06:09 -0400 Subject: Adapt addressbook to EShellBackend changes. Builds, but not tested. Use as a reference for other backends. --- addressbook/gui/widgets/e-addressbook-view.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'addressbook/gui/widgets') diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c index a979e5a1cb..7131a61005 100644 --- a/addressbook/gui/widgets/e-addressbook-view.c +++ b/addressbook/gui/widgets/e-addressbook-view.c @@ -910,11 +910,11 @@ status_message (EAddressbookView *view, { EActivity *activity; EShellView *shell_view; - EShellModule *shell_module; + EShellBackend *shell_backend; activity = view->priv->activity; shell_view = e_addressbook_view_get_shell_view (view); - shell_module = e_shell_view_get_shell_module (shell_view); + shell_backend = e_shell_view_get_shell_backend (shell_view); if (status == NULL || *status == '\0') { if (activity != NULL) { @@ -926,7 +926,7 @@ status_message (EAddressbookView *view, } else if (activity == NULL) { activity = e_activity_new (status); view->priv->activity = activity; - e_shell_module_add_activity (shell_module, activity); + e_shell_backend_add_activity (shell_backend, activity); } else e_activity_set_primary_text (activity, status); -- cgit v1.2.3