22 Sep
2008
22 Sep
'08
3:44 p.m.
-----Original Message----- From: Krzysztof Kosiński [mailto:tweenk.pl@...400...] Sent: maandag 22 september 2008 17:39 To: inkscape-devel@lists.sourceforge.net Subject: Re: [Inkscape-devel] Preferences refactoring + Calligraphy tool
"true" and "1" are interpreted as true, while "false" and "0" are interpreted as false. Additionally, when the getInt method is called, "true" is interpreted as 1 and "false" as 0. This accommodates integer preferences that were partially converted to booleans and ave some leftover getInt calls in the code.
Super! :-) Johan