From 68978b5a021e73f44a05a19b6492469c3da13f79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 23 Apr 2012 09:07:10 +0200 Subject: Bug #674380 - Deselected contact keeps preview filled --- addressbook/gui/widgets/eab-contact-display.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'addressbook/gui') 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, -- cgit v1.2.3