[evolution/webkit-composer: 107/111] Fix a warning
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/webkit-composer: 107/111] Fix a warning
- Date: Thu, 10 Jan 2013 16:30:26 +0000 (UTC)
commit 21e5670de2f941ac7972e5158bbbe6d479043726
Author: Dan VrÃtil <dvratil redhat com>
Date: Mon Dec 24 00:12:45 2012 +0100
Fix a warning
e-util/e-editor-spell-check-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-editor-spell-check-dialog.c b/e-util/e-editor-spell-check-dialog.c
index 197951a..a303482 100644
--- a/e-util/e-editor-spell-check-dialog.c
+++ b/e-util/e-editor-spell-check-dialog.c
@@ -646,7 +646,7 @@ e_editor_spell_check_dialog_set_dictionaries (EEditorSpellCheckDialog *dialog,
store = gtk_list_store_new (2, G_TYPE_STRING, G_TYPE_POINTER);
while (list != NULL) {
- EnchantDict *dictionary = list->data;
+ ESpellDictionary *dictionary = list->data;
GtkTreeIter iter;
gtk_list_store_append (store, &iter);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]