Mercurial > hg > octave-jordi
changeset 11247:29b1f7d68665
make filename property of figure objects writable
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sat, 13 Nov 2010 01:26:04 -0500 |
parents | c463aed850b0 |
children | ab1f780b6758 |
files | src/ChangeLog src/graphics.h.in |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-11-13 John W. Eaton <jwe@octave.org> + + * graphics.h.in (figure::properties::filename): Make writable. + 2010-11-12 John W. Eaton <jwe@octave.org> * Makefile.am (nodist_liboctinterp_la_SOURCES): Remove
--- a/src/graphics.h.in +++ b/src/graphics.h.in @@ -2811,7 +2811,7 @@ array_property currentpoint r , Matrix (2, 1, 0) bool_property dockcontrols , "off" bool_property doublebuffer , "on" - string_property filename r , "" + string_property filename , "" bool_property integerhandle , "on" bool_property inverthardcopy , "off" callback_property keypressfcn , Matrix ()