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



commit 19c2ed388631f1185154fadea9d3ed20f8638aa3
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]