diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-06-10 17:18:19 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-06-10 17:18:19 +0800 |
commit | 3481670915dcd593d7156bda1aec970a42890e0b (patch) | |
tree | e32f211bc48bf2a97674077a07d2eed6a232b9bb /libempathy-gtk/gossip-chat.c | |
parent | 7011153ce3fa6807677e1df874389085fd5f0971 (diff) | |
download | gsoc2013-empathy-3481670915dcd593d7156bda1aec970a42890e0b.tar gsoc2013-empathy-3481670915dcd593d7156bda1aec970a42890e0b.tar.gz gsoc2013-empathy-3481670915dcd593d7156bda1aec970a42890e0b.tar.bz2 gsoc2013-empathy-3481670915dcd593d7156bda1aec970a42890e0b.tar.lz gsoc2013-empathy-3481670915dcd593d7156bda1aec970a42890e0b.tar.xz gsoc2013-empathy-3481670915dcd593d7156bda1aec970a42890e0b.tar.zst gsoc2013-empathy-3481670915dcd593d7156bda1aec970a42890e0b.zip |
Adding spellcheck support.
2007-06-10 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/gossip-spell-dialog.glade:
* libempathy-gtk/gossip-spell-dialog.c:
* libempathy-gtk/gossip-spell-dialog.h:
* libempathy-gtk/gossip-chat.c:
* libempathy-gtk/Makefile.am:
* configure.ac: Adding spellcheck support.
* libempathy-gtk/gossip-spell.c:
* libempathy/gossip-conf.c: Remove useless debug messages.
svn path=/trunk/; revision=144
Diffstat (limited to 'libempathy-gtk/gossip-chat.c')
-rw-r--r-- | libempathy-gtk/gossip-chat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy-gtk/gossip-chat.c b/libempathy-gtk/gossip-chat.c index 80bfc17f0..0f6335617 100644 --- a/libempathy-gtk/gossip-chat.c +++ b/libempathy-gtk/gossip-chat.c @@ -47,7 +47,7 @@ #include "gossip-geometry.h" #include "gossip-preferences.h" #include "gossip-spell.h" -//#include "gossip-spell-dialog.h" +#include "gossip-spell-dialog.h" #include "gossip-ui-utils.h" #define GET_PRIV(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), GOSSIP_TYPE_CHAT, GossipChatPriv)) @@ -936,10 +936,10 @@ static void chat_text_check_word_spelling_cb (GtkMenuItem *menuitem, GossipChatSpell *chat_spell) { -/*FIXME: gossip_spell_dialog_show (chat_spell->chat, + gossip_spell_dialog_show (chat_spell->chat, chat_spell->start, chat_spell->end, - chat_spell->word);*/ + chat_spell->word); } static GossipChatSpell * |