From 12a00edc939de17f200420f5750625f384b00ef6 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 4 Oct 2015 15:51:10 +0100 Subject: [PATCH] Removed line to update text when it shouldn't in the activity manager. --- source/common/timers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/common/timers.cpp b/source/common/timers.cpp index abe6f5e..6be9a8f 100644 --- a/source/common/timers.cpp +++ b/source/common/timers.cpp @@ -245,7 +245,7 @@ void wxActListProcTimer::Notify(){ ueventdata->ItemIndex = LongIter->second; ueventdata->ItemLabel = _("Processing..."); - ueventdata->ItemDes = _("Adding Contact '") + DetailIter->second + _("'..."); + //ueventdata->ItemDes = _("Adding Contact '") + DetailIter->second + _("'..."); wxPostEvent(static_cast(ActMgrPtr), uevent); -- 2.39.2