[gnumeric] fix warning
- From: Andreas J. Guelzow <guelzow src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] fix warning
- Date: Tue, 27 Jul 2010 00:09:07 +0000 (UTC)
commit 40a8b20e791303bfa6927ccd9b6cc13859601071
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date: Mon Jul 26 18:08:53 2010 -0600
fix warning
2010-07-26 Andreas J. Guelzow <aguelzow pyrshep ca>
* dialog-search.c (dialog_search_save_in_prefs): fix type
src/dialogs/ChangeLog | 4 ++++
src/dialogs/dialog-search.c | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index 1a20d47..bb7fbdc 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-26 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * dialog-search.c (dialog_search_save_in_prefs): fix type
+
2010-07-25 Andreas J. Guelzow <aguelzow pyrshep ca>
* dialog-search.c (dialog_search_save_in_prefs): new
diff --git a/src/dialogs/dialog-search.c b/src/dialogs/dialog-search.c
index 2b87b04..fca3430 100644
--- a/src/dialogs/dialog-search.c
+++ b/src/dialogs/dialog-search.c
@@ -241,7 +241,7 @@ is_checked (GtkBuilder *gui, const char *name)
static void
dialog_search_save_in_prefs (DialogState *dd)
{
- GladeXML *gui = dd->gui;
+ GtkBuilder *gui = dd->gui;
#define SETW(w,f) f (is_checked (gui, w));
SETW("search_expr", gnm_conf_set_searchreplace_change_cell_expressions);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]