[evolution/wip/webkit-composer: 165/372] Fix return value of e_spell_checker_lookup_dictionary()



commit 3f430ebd58d03b3a46b79cf1dfdd34467bf02191
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]