Re: [Inkscape-devel] Problem with the GTK file selector in KDE
Hi,
I just replaced all atof() and strtod() with g_ascii_strtod() which is locale independent. Please try the CVS and see if this fixes your problem
I built and tested. Most of the problems are gone, but a few of them remains. I attached 3 screenshots showing the problems I've seen with current CVS.
Arpad Biro
__________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover
On Wed, 2004-04-28 at 07:12, Arpad Biro wrote:
Hi,
I just replaced all atof() and strtod() with g_ascii_strtod() which is locale independent. Please try the CVS and see if this fixes your problem
I built and tested. Most of the problems are gone, but a few of them remains. I attached 3 screenshots showing the problems I've seen with current CVS.
Hmm, so we're on the right track then.
I'll see if I can figure out what other locale-dependent stuff we're using...
-mental
participants (2)
-
Arpad Biro
-
MenTaLguY