From 43eb0a0a6b4a7a09f25d8594caceb7bccd1604cc Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 7 Mar 2017 11:54:43 -0500 Subject: [PATCH] found the bug! fixed it! --- webcit/vcard_edit.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/webcit/vcard_edit.c b/webcit/vcard_edit.c index 6825f8c58..3a05145ba 100644 --- a/webcit/vcard_edit.c +++ b/webcit/vcard_edit.c @@ -892,10 +892,7 @@ int vcard_LoadMsgFromServer(SharedMessageStatus * Stat, memset(&SubTP, 0, sizeof(WCTemplputParams)); StackContext(TP, &SubTP, abEntry, CTX_VCARD, 0, NULL); - - // ajc 2017mar08: not sure why this was here, it just writes in the wrong part of the screen - // DoTemplate(HKEY("vcard_list_name"), WCC->WBuf, &SubTP); - + DoTemplate(HKEY("vcard_list_name"), abEntry->name, &SubTP); // this puts the indexable contact name in abEntry->name for later sorting/display UnStackContext(&SubTP); if (StrLength(abEntry->name) == 0) { -- 2.30.2