X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fsearch%2FfrmSearch-contact.cpp;h=3a5d028b3859e04201797834d5ffa6563ba40caa;hb=1c912e4f1e1cb6b828c9e3addf775110ebafc902;hp=f5c18b85377bbf7856a83f8fa512c11101690b5e;hpb=5dc723f34826fbf69af3900e8118ef85c22ad32b;p=xestiaab%2F.git diff --git a/source/search/frmSearch-contact.cpp b/source/search/frmSearch-contact.cpp index f5c18b8..3a5d028 100644 --- a/source/search/frmSearch-contact.cpp +++ b/source/search/frmSearch-contact.cpp @@ -137,7 +137,9 @@ void frmSearch::RevealContact( wxCommandEvent& event ){ void frmSearch::ShowContactMenu( wxMouseEvent& event ){ - ContactMenu->SetupPointers(this, lstResults); + // Show the contact menu. + + ContactMenu->SetupPointersSearch(this, lstResults, SearchMode); PopupMenu(ContactMenu->MenuPointer(), wxDefaultPosition);