On 17/03/2012 07:26, Martin Owens wrote:
I remember refactoring it a year ago, although I did edit the inx file to move EAN5 to the top of the list above EAN8 (it just seemed better that way):
http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/view/head:/share/ex...
Your link refers to the python script file in current trunk - are you currently using Inkscape trunk or the stable release version?
Here are the links to the relevant INX files (which set the list as seen in the dialog):
Inkscape 0.48.x: http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_48_BRANCH/view/head:/share/extensions/render_barcode.inx
Inkscape trunk: http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/view/head:/share/extensions/render_barcode.inx
In my tests, as expected based on the relevant INX file, 0.48.2 (and 0.48.3) has EAN 8 at the top, and trunk has EAN 5 at the top).
Did it get lost from the UI? (although it appears to be there in code I've checked)
The branch had been merged into trunk in revision 9993: http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/9993
For details about backporting changes from trunk to the stable branch (no new features, only bug fixes which do not affect translated strings), see the discussion from your merge proposal: https://code.launchpad.net/~doctormo/inkscape/barcode-refactor/+merge/44768
~suv