[evolution/wip/webkit-composer: 99/262] Fix return value of e_spell_checker_lookup_dictionary()
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit-composer: 99/262] Fix return value of e_spell_checker_lookup_dictionary()
- Date: Thu, 16 Jan 2014 09:56:12 +0000 (UTC)
commit 1fdb7c6be9dbbb322c66175d402a27da1c82fd6f
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]