Layout properties can't be saved in a language and loaded in another language
Bug #783637 reported by
Eduardo Ramos
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Gephi |
Fix Released
|
Low
|
Eduardo Ramos | ||
Bug Description
Saved Layout properties and presets loaded with a different language configuration can't be correctly read because localized resource names are used.
Also AutoLayout dynamic properties depend on the default locale of the system to work correctly.
| Changed in gephi: | |
| assignee: | nobody → Eduardo Ramos (eduramiba) |
| importance: | Undecided → Low |
| milestone: | none → 0.8alpha |
| Changed in gephi: | |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.

Fixed in rev 2223.
A canonical name was added to LayoutProperty and existing layouts were adapted to use it.
Old methods kept to maintain plugin compatibility.