[goffice] 2009-07-23 Jean Brefort <jean brefort normalesup org>



commit a692734ce25b4cb89e4da4d6ebc1c46fad7bffd6
Author: Jean Brefort <jean brefort normalesup org>
Date:   Thu Jul 23 21:21:34 2009 +0200

    2009-07-23  Jean Brefort  <jean brefort normalesup org>
    
    	* plugins/plot_surface/plot-types.xml.in: fix #589512.
    	* plugins/plot_surface/plugin.xml.in: ditto.

 ChangeLog                              |    5 +++++
 plugins/plot_surface/plot-types.xml.in |    2 +-
 plugins/plot_surface/plugin.xml.in     |    7 ++++++-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 43b67f7..3eaadfb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-23  Jean Brefort  <jean brefort normalesup org>
+
+	* plugins/plot_surface/plot-types.xml.in: fix #589512.
+	* plugins/plot_surface/plugin.xml.in: ditto.
+
 2009-07-18  Jean Brefort  <jean brefort normalesup org>
 
 	* goffice/utils/go-marker.c: add a left half bar marker.
diff --git a/plugins/plot_surface/plot-types.xml.in b/plugins/plot_surface/plot-types.xml.in
index 8444a17..2e25abb 100644
--- a/plugins/plot_surface/plot-types.xml.in
+++ b/plugins/plot_surface/plot-types.xml.in
@@ -8,7 +8,7 @@
 		_description="Contour plot."
 		sample_image_file="chart_contour_1_1.png">
 	</Type>
-	<Type _name="XYZSurface" row="1" col="2"
+	<Type _name="XYZContour" row="1" col="2"
 		engine="GogXYZContourPlot" family="Contour"
 		_description="Builds a contour from a set of points with three coordinates"
 		sample_image_file="chart_contour_2_1.png">
diff --git a/plugins/plot_surface/plugin.xml.in b/plugins/plot_surface/plugin.xml.in
index 39b95b4..9b4935c 100644
--- a/plugins/plot_surface/plugin.xml.in
+++ b/plugins/plot_surface/plugin.xml.in
@@ -18,6 +18,11 @@
 				<description>Excel (TM) compatibility contour plotting engine</description>
 			</information>
 		</service>
+		<service type="plot_engine" id="GogXYZContourPlot">
+			<information>
+				<_description>XYZ contour plotting engine</_description>
+			</information>
+		</service>
 		<service type="plot_engine" id="GogSurfacePlot">
 			<information>
 				<_description>Surface plotting engine</_description>
@@ -30,7 +35,7 @@
 		</service>
 		<service type="plot_engine" id="GogXYZSurfacePlot">
 			<information>
-				<_description>XYZ Surface plotting engine</_description>
+				<_description>XYZ surface plotting engine</_description>
 			</information>
 		</service>
 		<service type="plot_type" id="surface">



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