[evolution/webkit-composer] Fix return value of e_spell_checker_lookup_dictionary()



commit a26c706c6d259916d8067b63df440f78bee89c13
Author: Dan VrÃtil <dvratil redhat com>
Date:   Sun Dec 9 22:11:39 2012 +0100

    Fix return value of e_spell_checker_lookup_dictionary()

 e-util/e-spell-checker.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-spell-checker.c b/e-util/e-spell-checker.c
index de4317b..eb11191 100644
--- a/e-util/e-spell-checker.c
+++ b/e-util/e-spell-checker.c
@@ -446,7 +446,7 @@ e_spell_checker_lookup_dictionary (ESpellChecker *checker,
 	}
 
 	g_list_free (dicts);
-	return NULL;
+	return e_dict;
 }
 
 /**



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]