changeset 7030:bdcea6ede1cd

[project @ 2007-10-15 13:20:00 by dbateman]
author dbateman
date Mon, 15 Oct 2007 13:20:01 +0000
parents f583eda0e93f
children 120f3135952f
files src/ChangeLog src/graphics.cc
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Oct 15 11:48:45 2007 +0000
+++ b/src/ChangeLog	Mon Oct 15 13:20:01 2007 +0000
@@ -1,3 +1,7 @@
+2007-10-15  David Bateman  <dbateman@free.fr>
+
+	* graphics.cc (axes::properties::get): Fix typo.
+
 2007-10-13  John W. Eaton  <jwe@octave.org>
 
 	* version.h (OCTAVE_VERSION): Now 2.9.15+.
--- a/src/graphics.cc	Mon Oct 15 11:48:45 2007 +0000
+++ b/src/graphics.cc	Mon Oct 15 13:20:01 2007 +0000
@@ -1233,7 +1233,7 @@
   else if (name.compare ("xtick"))
     set_xtick (val);
   else if (name.compare ("ytick"))
-    set_xtick (val);
+    set_ytick (val);
   else if (name.compare ("ztick"))
     set_ztick (val);
   else if (name.compare ("xtickmode"))