From 098ea8aad8d3249d9faca5df5b4fe67b94ba660f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 29 Sep 2008 16:14:46 +0000 Subject: Get Memos to come up. Doesn't really work yet, but the widgets are all there. svn path=/branches/kill-bonobo/; revision=36491 --- addressbook/gui/component/e-book-shell-module.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'addressbook/gui/component/e-book-shell-module.c') diff --git a/addressbook/gui/component/e-book-shell-module.c b/addressbook/gui/component/e-book-shell-module.c index 480320185e..a1e5c96e51 100644 --- a/addressbook/gui/component/e-book-shell-module.c +++ b/addressbook/gui/component/e-book-shell-module.c @@ -214,12 +214,9 @@ book_module_book_loaded_cb (EBook *book, GtkAction *action; const gchar *action_name; - if (status != E_BOOK_ERROR_OK) { - /* XXX We really need a dialog here, but we don't - * have access to the ESource so we can't use - * eab_load_error_dialog. Fun! */ + /* XXX Handle errors better. */ + if (status != E_BOOK_ERROR_OK) return; - } contact = e_contact_new (); action = GTK_ACTION (user_data); -- cgit v1.2.3