[Linuxdcpp-team] [Branch ~linuxdcpp-team/linuxdcpp/linuxdcpp-i18n] Rev 416: Fix build order

2011-01-24 Thread noreply
revno: 416 committer: Steven Sheehy branch nick: linuxdcpp-i18n timestamp: Mon 2011-01-24 23:35:49 -0600 message: Fix build order modified: SConstruct -- lp:~linuxdcpp-team/linuxdcpp/linuxdcpp-i18n https://code.launchpad.net/~linux

[Linuxdcpp-team] [Bug 707043] Re: Translation Error

2011-01-24 Thread eMTee
Where do you see this exactly? Can you show us a screenshot? What English locale you're talking about (Default, US, UK,... etc) ? ** Changed in: dcplusplus Status: New => Incomplete -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to D

[Linuxdcpp-team] [Bug 707043] [NEW] Translation Error

2011-01-24 Thread devin122
Public bug reported: On 0.781 (r2393) you seemed to have missed something in the translation. User and Users are showing up in german in the when UI is set to english ** Affects: dcplusplus Importance: Undecided Status: New -- You received this bug notification because you are a m

[Linuxdcpp-team] [Bug 706670] Re: UserCommand Crash in DC++

2011-01-24 Thread Big Muscle
It's not skipped in VS2010, because release version uses "#if (_MSC_VER >= 1400)". However, there was similar problem with invalid timestamp format in previous version and it has been fixed by this invalid parameter handler. But it's true that it still raises assertion hit in debug build. -- You

[Linuxdcpp-team] [Bug 706670] Re: UserCommand Crash in DC++

2011-01-24 Thread eMTee
Ok the code that takes care of parameters check can be found in ApexDC++ is indeed from DC++ and was removed at http://bazaar.launchpad.net/~dcplusplus-team/dcplusplus/trunk/revision/2132 And bm's right the invalidParameterHandler function was also once in DC++ and removed even earlier claiming

[Linuxdcpp-team] [Bug 706670] Re: UserCommand Crash in DC++

2011-01-24 Thread eMTee
No. Apex's solution its a check for parameter validity and maybe more (not checked throughly) and as long as its reported that the latest StrongDC++ is crashing as well, it seems that defining an empty handler function does not solve the problem. (or this code part is skipped compiling with recent