diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-11-03 21:47:20 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-11-03 21:47:20 +0000 |
| commit | ee0aba306ac9d97109240025272079406c208eb6 (patch) | |
| tree | 5a09c69d7e848c356ceefe59a3ab5029941cdc15 /src/extension/execution-env.cpp | |
| parent | Fix a localization problem storing attribute (diff) | |
| parent | packaging/macosx: revert change included in last commit by mistake (py-report... (diff) | |
| download | inkscape-ee0aba306ac9d97109240025272079406c208eb6.tar.gz inkscape-ee0aba306ac9d97109240025272079406c208eb6.zip | |
update to trunk
(bzr r14393.1.33)
Diffstat (limited to 'src/extension/execution-env.cpp')
| -rw-r--r-- | src/extension/execution-env.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/execution-env.cpp b/src/extension/execution-env.cpp index 29c2b5537..27d19fdff 100644 --- a/src/extension/execution-env.cpp +++ b/src/extension/execution-env.cpp @@ -61,7 +61,7 @@ ExecutionEnv::ExecutionEnv (Effect * effect, Inkscape::UI::View::View * doc, Imp if (desktop != NULL) { std::vector<SPItem*> selected = desktop->getSelection()->itemList(); - for(std::vector<SPItem*>::const_iterator x = selected.begin(); x != selected.end(); x++){ + for(std::vector<SPItem*>::const_iterator x = selected.begin(); x != selected.end(); ++x){ Glib::ustring selected_id; selected_id = (*x)->getId(); _selected.insert(_selected.end(), selected_id); |
