Author: Carlos Lopez <[email protected]>
Date:   Sun Jun 26 19:45:25 2011 +0200

Allow use the Joined List Convert type to file name parameter of the Import 
Image layers. If possible any convert type shouldn't modify the original value 
of the parameter.

---

 synfig-core/src/synfig/valuenode_join.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/synfig-core/src/synfig/valuenode_join.cpp 
b/synfig-core/src/synfig/valuenode_join.cpp
index 92177b4..0b207a9 100644
--- a/synfig-core/src/synfig/valuenode_join.cpp
+++ b/synfig-core/src/synfig/valuenode_join.cpp
@@ -66,11 +66,11 @@ ValueNode_Join::ValueNode_Join(const ValueBase &value):
 
                // "insert item (smart)" inserts before the selected entry, 
making it hard to append to the end
                // add an extra element at the end to allow the easy insertion 
of text after the given value's string
-               v.push_back("...");
+               v.push_back("");
 
                set_link("strings",ValueNode_DynamicList::create_from(v));
                set_link("before",ValueNode_Const::create(String("")));
-               set_link("separator",ValueNode_Const::create(String(" ")));
+               set_link("separator",ValueNode_Const::create(String("")));
                set_link("after",ValueNode_Const::create(String("")));
                break;
        }


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to