# HG changeset patch # User Ben Abbott # Date 1220201127 14400 # Node ID 12fc12755274dcc517451426037cdbdf40aafea3 # Parent a4e03f9b4b8ad5926df241e267861c27a0573e87 preserve property value diff -r a4e03f9b4b8a -r 12fc12755274 scripts/ChangeLog --- a/scripts/ChangeLog Sun Aug 31 11:14:34 2008 -0400 +++ b/scripts/ChangeLog Sun Aug 31 12:45:27 2008 -0400 @@ -1,3 +1,7 @@ +2008-08-31 Ben Abbott + + * plot/__add_datasource__: preserve property name/value pairs. + 2008-08-31 Michael Goffioul * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, diff -r a4e03f9b4b8a -r 12fc12755274 scripts/plot/__add_datasource__.m --- a/scripts/plot/__add_datasource__.m Sun Aug 31 11:14:34 2008 -0400 +++ b/scripts/plot/__add_datasource__.m Sun Aug 31 12:45:27 2008 -0400 @@ -46,6 +46,7 @@ endif else newargs{end + 1} = arg; + newargs{end + 1} = varargin{i++}; endif endwhile endfunction