[gnumeric] renamed GPS_* macros.
- From: Jean Bréfort <jbrefort src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnumeric] renamed GPS_* macros.
- Date: Tue, 1 Sep 2009 16:31:26 +0000 (UTC)
commit c994fd7b1fd1fdbfc3be25827057ae094591ab07
Author: Jean Brefort <jean brefort normalesup org>
Date: Tue Sep 1 18:23:47 2009 +0200
renamed GPS_* macros.
ChangeLog | 5 +++++
src/gnm-plugin.c | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 023ede7..fdf03dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-01 Jean Brefort <jean brefort normalesup org>
+
+ * src/gnm-plugin.c (plugin_service_function_group_class_init),
+ (plugin_service_ui_class_init): renamed GPS to GO_PLUGIN_SERVICE.
+
2009-09-01 Morten Welinder <terra gnome org>
* src/style-color.h (struct _GnmColor): Eliminate
diff --git a/src/gnm-plugin.c b/src/gnm-plugin.c
index da5567b..f591b74 100644
--- a/src/gnm-plugin.c
+++ b/src/gnm-plugin.c
@@ -242,7 +242,7 @@ plugin_service_function_group_init (PluginServiceFunctionGroup *s)
static void
plugin_service_function_group_class_init (GObjectClass *gobject_class)
{
- GOPluginServiceClass *plugin_service_class = GPS_CLASS (gobject_class);
+ GOPluginServiceClass *plugin_service_class = GO_PLUGIN_SERVICE_CLASS (gobject_class);
gobject_class->finalize = plugin_service_function_group_finalize;
plugin_service_class->read_xml = plugin_service_function_group_read_xml;
@@ -430,7 +430,7 @@ plugin_service_ui_get_description (GOPluginService *service)
static void
plugin_service_ui_class_init (GObjectClass *gobject_class)
{
- GOPluginServiceClass *plugin_service_class = GPS_CLASS (gobject_class);
+ GOPluginServiceClass *plugin_service_class = GO_PLUGIN_SERVICE_CLASS (gobject_class);
gobject_class->finalize = plugin_service_ui_finalize;
plugin_service_class->read_xml = plugin_service_ui_read_xml;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]