diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-09-26 16:59:29 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-09-26 16:59:29 +0800 |
commit | a4230a3c4fe8ffc08860a013788a270f8c442fe1 (patch) | |
tree | 9cd9000374bf81aeba7705ec3d9f0ea6dc2718d7 /addressbook/gui | |
parent | e64003fb707be425164d6dba2a4712f29c4ffad7 (diff) | |
download | gsoc2013-evolution-a4230a3c4fe8ffc08860a013788a270f8c442fe1.tar.gz gsoc2013-evolution-a4230a3c4fe8ffc08860a013788a270f8c442fe1.tar.zst gsoc2013-evolution-a4230a3c4fe8ffc08860a013788a270f8c442fe1.zip |
Clearing the contacts preview pane after every search. Fixes #269655.
svn path=/trunk/; revision=30374
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-view.c | 3 |
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 |