goffice r2166 - in trunk: . goffice/graph



Author: jbrefort
Date: Sun Aug  3 16:57:15 2008
New Revision: 2166
URL: http://svn.gnome.org/viewvc/goffice?rev=2166&view=rev

Log:
2008-08-03  Jean Brefort  <jean brefort normalesup org>

	* goffice/graph/gog-axis-line.c: (gog_axis_base_class_init): fixed
	"pos" property maximum.



Modified:
   trunk/ChangeLog
   trunk/goffice/graph/gog-axis-line.c

Modified: trunk/goffice/graph/gog-axis-line.c
==============================================================================
--- trunk/goffice/graph/gog-axis-line.c	(original)
+++ trunk/goffice/graph/gog-axis-line.c	Sun Aug  3 16:57:15 2008
@@ -682,7 +682,7 @@
 		g_param_spec_uint ("pos",
 			_("Axis position"),
 			_("Where to position an axis low, high, or crossing"),
-			GOG_AXIS_AT_LOW, GOG_AXIS_CROSS, GOG_AXIS_AT_LOW,
+			GOG_AXIS_AT_LOW, GOG_AXIS_AUTO, GOG_AXIS_AT_LOW,
 			GSF_PARAM_STATIC | G_PARAM_READWRITE));
 	g_object_class_install_property (gobject_klass, AXIS_BASE_PROP_POSITION_STR,
 		g_param_spec_string ("pos-str", 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]