[gnumeric] Adjustments for the change in structure of GOCmdContext
- From: Andreas J. Guelzow <guelzow src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Adjustments for the change in structure of GOCmdContext
- Date: Tue, 2 Aug 2011 14:37:10 +0000 (UTC)
commit ed43215a76875b7ea95514a819f39d81997ab1be
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date: Tue Aug 2 08:36:14 2011 -0600
Adjustments for the change in structure of GOCmdContext
2011-08-02 Andreas J. Guelzow <aguelzow pyrshep ca>
* src/wbc-gtk.c (wbcg_gnm_cmd_context_init): adjust for changes in
structure
* src/io-context-gtk.c (icg_gnm_cmd_context_init): ditto
ChangeLog | 6 ++++++
src/io-context-gtk.c | 2 +-
src/wbc-gtk.c | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index fc17496..e04db3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-08-02 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/wbc-gtk.c (wbcg_gnm_cmd_context_init): adjust for changes in
+ structure
+ * src/io-context-gtk.c (icg_gnm_cmd_context_init): ditto
+
2011-08-01 Andreas J. Guelzow <aguelzow pyrshep ca>
* component/Gnumeric-embed.xml.in: add data import/export menu items
diff --git a/src/io-context-gtk.c b/src/io-context-gtk.c
index 03ee81c..cc91534 100644
--- a/src/io-context-gtk.c
+++ b/src/io-context-gtk.c
@@ -386,7 +386,7 @@ icg_gnm_cmd_context_init (GOCmdContextClass *cc_class)
cc_class->progress_set = icg_progress_set;
cc_class->progress_message_set = icg_progress_message_set;
cc_class->error.error_info = icg_error_error_info;
- cc_class->error_info_list = icg_error_error_info_list;
+ cc_class->error.error_info_list = icg_error_error_info_list;
}
static void
diff --git a/src/wbc-gtk.c b/src/wbc-gtk.c
index b3c5fd4..e3def71 100644
--- a/src/wbc-gtk.c
+++ b/src/wbc-gtk.c
@@ -5669,7 +5669,7 @@ wbcg_gnm_cmd_context_init (GOCmdContextClass *iface)
iface->set_sensitive = wbcg_set_sensitive;
iface->error.error = wbcg_error_error;
iface->error.error_info = wbcg_error_error_info;
- iface->error_info_list = wbcg_error_error_info_list;
+ iface->error.error_info_list = wbcg_error_error_info_list;
iface->progress_set = wbcg_progress_set;
iface->progress_message_set = wbcg_progress_message_set;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]