[gnumeric] test-pango: kill warnings.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] test-pango: kill warnings.
- Date: Wed, 1 Dec 2010 18:11:55 +0000 (UTC)
commit 757ec0dc3703703d37a6ae02512eb0b9df413635
Author: Morten Welinder <terra gnome org>
Date: Wed Dec 1 13:11:01 2010 -0500
test-pango: kill warnings.
ChangeLog | 12 ++++++++----
src/test-pango.c | 6 +++---
2 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7ce87aa..4445cb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,19 +1,23 @@
+2010-12-01 Morten Welinder <terra gnome org>
+
+ * src/test-pango.c: Kill warnings.
+
2010-11-29 Jean Brefort <jean brefort normalesup org>
- * src/wbc-gtk.c (wbcg_update_action_sensitivity): only disable the formula
- bar when a chart sheet is selected. [#636031]
+ * src/wbc-gtk.c (wbcg_update_action_sensitivity): only disable the
+ formula bar when a chart sheet is selected. [#636031]
2010-11-28 Andreas J. Guelzow <aguelzow pyrshep ca>
* src/commands.h (cmd_set_text): add autocorrect flag
- * src/commands.c (cmd_set_text): add autocorrect flag, change
+ * src/commands.c (cmd_set_text): add autocorrect flag, change
all callers
(cmd_set_text_full): add autocorrect flag, change all callers
* src/wbc-gtk-edit.c (wbcg_edit_finish): handle WBC_EDIT_ACCEPT_WO_AC
* src/wbc-gtk.h (WBCEditResult): add WBC_EDIT_ACCEPT_WO_AC
* src/wbc-gtk.c (cb_accept_input_wo_ac): new
(cb_accept_input_menu): connect cb_accept_input_wo_ac
-
+
2010-11-25 Morten Welinder <terra gnome org>
* configure.in: Post-release bump.
diff --git a/src/test-pango.c b/src/test-pango.c
index 9fd4f61..d9efc4a 100644
--- a/src/test-pango.c
+++ b/src/test-pango.c
@@ -17,7 +17,7 @@
#include "sheet-control.h"
#include "gnumeric-paths.h"
#include "gnm-plugin.h"
-
+#include "wbc-gtk-impl.h"
#include <gtk/gtk.h>
@@ -65,11 +65,11 @@ int
main (int argc, char const **argv)
{
GOCmdContext *cc;
- WorkbookControl *wbc;
+ WBCGtk *wbc;
GOIOContext *ioc;
argv = gnm_pre_parse_init (argc, argv);
- gtk_init (&argc, &argv);
+ gtk_init (&argc, (char ***)&argv);
gnm_init ();
cc = cmd_context_stderr_new ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]