From: Steve Brokenshire Date: Sun, 4 Oct 2015 14:51:10 +0000 (+0100) Subject: Removed line to update text when it shouldn't in the activity manager. X-Git-Tag: release-0.05~49 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=12a00edc939de17f200420f5750625f384b00ef6 Removed line to update text when it shouldn't in the activity manager. --- 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);