[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Issue Tracker Plugin and Recent Messages

From: David Henderson <dhenderson_at_smartFOCUS.com>
Date: Thu, 8 Jan 2009 11:47:41 -0000

> Strange. I can't reproduce this.
> Also, the code responsible for the check gets the text from the edit
box
> directly, not from a variable:
>
> CString id;
> GetDlgItemText(IDC_BUGID, id);
> if (!m_ProjectProperties.CheckBugID(id))
> {
> ShowBalloon(IDC_BUGID, IDS_COMMITDLG_ONLYNUMBERS,
>IDI_EXCLAMATION);
> return;
> }
>
> which means that if the text is shown in the issue # box, it will be
> used and it should not be necessary to edit the text in there first.

>Stefan

Hi Stefan, I've just tired again, I've narrowed it down to what looks
like extra line breaks at the end of the BuzId string.

Thanks,

David Henderson

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1011499

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-01-08 12:50:33 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.