This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Issue 1001965] ConfigTool - Patch to optionally display the build duration


Please do not reply to this email, use the link below.

https://bugzilla.ecoscentric.com/show_bug.cgi?id=1001965

--- Comment #1 from Alex Schuilenburg <alexs@ecoscentric.com> ---
Just a quick note on this patch

The line in configtool.cpp:

m_BuildStart = wxDateTime::Now();

needs to be moved out of the 

if (wxGetApp().GetSettings().m_showBuildTime)

conditional as when activated during a a build, the displayed time at the end
of a build will be incorrect.

-- 
You are receiving this mail because:
You are the assignee for the issue.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]