Comment # 5
on bug 11062
from Guy Harris
Well, there are a bunch of problems here:
1) the
for (i = 0, item = eo_ui_->objectTree->topLevelItem(i); item != NULL; i++)
{
...
}
loop will spin forever exporting the first object over and over again;
2) the loop in question isn't choosing different names for different
objects, and fails for most files because the file already exists;
3) it just says that "some files couldn't be saved" without giving any
explanatory details.
The GTK+ version is annoying in other ways.
This needs some cleanup.
You are receiving this mail because:
- You are watching all bug changes.