[goffice] Fixed a ui file name.



commit 640c38228b1f85d86dae2ab99b36330488fc668e
Author: Jean Brefort <jean brefort normalesup org>
Date:   Fri Nov 20 20:47:44 2009 +0100

    Fixed a ui file name.

 ChangeLog                      |    5 +++++
 plugins/plot_radar/gog-radar.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ab171cf..41d855b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-11-20  Jean Brefort  <jean brefort normalesup org>
 
+	* plugins/plot_radar/gog-radar.c
+	(gog_color_polar_plot_populate_editor): fixed ui file name.
+
+2009-11-20  Jean Brefort  <jean brefort normalesup org>
+
 	* plugins/plot_radar/gog-radar.c (gog_rt_view_render),
 	(gog_rt_series_element_init_style),
 	(gog_rt_series_element_class_init), (gog_rt_series_class_init),
diff --git a/plugins/plot_radar/gog-radar.c b/plugins/plot_radar/gog-radar.c
index f5dbee7..78a24dc 100644
--- a/plugins/plot_radar/gog-radar.c
+++ b/plugins/plot_radar/gog-radar.c
@@ -488,7 +488,7 @@ gog_color_polar_plot_populate_editor (GogObject *obj,
 	char *path;
 
 	dir = go_plugin_get_dir_name (go_plugins_get_plugin_by_id ("GOffice_plot_radar"));
-	path = g_build_filename (dir, "gog-color-polar-prefs.xml", NULL);
+	path = g_build_filename (dir, "gog-color-polar-prefs.ui", NULL);
 	gui = go_gtk_builder_new (path, GETTEXT_PACKAGE, cc);
 	g_free (path);
 



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