aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2005-09-26 16:59:29 +0800
committerSushma Rai <rsushma@src.gnome.org>2005-09-26 16:59:29 +0800
commita4230a3c4fe8ffc08860a013788a270f8c442fe1 (patch)
tree9cd9000374bf81aeba7705ec3d9f0ea6dc2718d7
parente64003fb707be425164d6dba2a4712f29c4ffad7 (diff)
downloadgsoc2013-evolution-a4230a3c4fe8ffc08860a013788a270f8c442fe1.tar
gsoc2013-evolution-a4230a3c4fe8ffc08860a013788a270f8c442fe1.tar.gz
gsoc2013-evolution-a4230a3c4fe8ffc08860a013788a270f8c442fe1.tar.bz2
gsoc2013-evolution-a4230a3c4fe8ffc08860a013788a270f8c442fe1.tar.lz
gsoc2013-evolution-a4230a3c4fe8ffc08860a013788a270f8c442fe1.tar.xz
gsoc2013-evolution-a4230a3c4fe8ffc08860a013788a270f8c442fe1.tar.zst
gsoc2013-evolution-a4230a3c4fe8ffc08860a013788a270f8c442fe1.zip
Clearing the contacts preview pane after every search. Fixes #269655.
svn path=/trunk/; revision=30374
-rw-r--r--addressbook/gui/widgets/e-addressbook-view.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c
index d1d2a6cb04..eb4cc72959 100644
--- a/addressbook/gui/widgets/e-addressbook-view.c
+++ b/addressbook/gui/widgets/e-addressbook-view.c
@@ -1509,6 +1509,9 @@ search_activated (ESearchBar *esb, EABView *v)
}
g_free (search_word);
+ v->displayed_contact = -1;
+ eab_contact_display_render (EAB_CONTACT_DISPLAY (v->contact_display), NULL,
+ EAB_CONTACT_DISPLAY_RENDER_NORMAL);
}
static void