[evolution/webkit-composer: 106/150] Fix a warning



commit b0442299eaa32a555a62e54c6a694bffa098d0b7
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]