diff options
-rw-r--r-- | addressbook/gui/widgets/eab-contact-display.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/eab-contact-display.c b/addressbook/gui/widgets/eab-contact-display.c index 151fee3483..2486fd72f1 100644 --- a/addressbook/gui/widgets/eab-contact-display.c +++ b/addressbook/gui/widgets/eab-contact-display.c @@ -190,8 +190,10 @@ contact_formatting_finished (GObject *object, static void load_contact (EABContactDisplay *display) { - if (!display->priv->contact) + if (!display->priv->contact) { + e_web_view_clear (E_WEB_VIEW (display)); return; + } eab_contact_formatter_format_contact_async ( display->priv->formatter, |