[Xfce4-commits] <xfce4-dict:master> Always display spell check results on failed dictionary searches.
Enrico Tröger
noreply at xfce.org
Thu Dec 31 01:08:01 CET 2009
Updating branch refs/heads/master
to aa86fdcca7f985841014c29828578f74a1186ba4 (commit)
from 9ce9aa17e7c6768449e6d6aa72ab164041df29ee (commit)
commit aa86fdcca7f985841014c29828578f74a1186ba4
Author: Enrico Tröger <enrico.troeger at uvena.de>
Date: Thu Dec 31 00:47:27 2009 +0100
Always display spell check results on failed dictionary searches.
ChangeLog | 6 ++++++
lib/dictd.c | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 9403872..6abd69c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-31 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * lib/dict.c:
+ Always display spell check results on failed dictionary searches.
+
+
2009-12-30 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* lib/speedreader.c:
diff --git a/lib/dictd.c b/lib/dictd.c
index 68955b9..bd364b7 100644
--- a/lib/dictd.c
+++ b/lib/dictd.c
@@ -446,7 +446,7 @@ static gboolean process_server_response(DictData *dd)
if (NZV(dd->spell_bin))
{
gtk_text_buffer_insert(dd->main_textbuffer, &dd->textiter, "\n", 1);
- dict_spell_start_query(dd, dd->searched_word, TRUE);
+ dict_spell_start_query(dd, dd->searched_word, FALSE);
}
return FALSE;
More information about the Xfce4-commits
mailing list