lib/taskjuggler/PropertySet.rb in taskjuggler-3.4.0 vs lib/taskjuggler/PropertySet.rb in taskjuggler-3.5.0

- old
+ new

@@ -1,11 +1,11 @@ #!/usr/bin/env ruby -w # encoding: UTF-8 # # = PropertySet.rb -- The TaskJuggler III Project Management Software # -# Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012 +# Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 # by Chris Schlaeger <chris@linux.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. @@ -240,10 +240,10 @@ else bsi += '.' end bsi += idx.to_s end - p.set('bsi', bsi) + p.force('bsi', bsi) end end # Return the index of the top-level _property_ in the set. def levelSeqNo(property)