aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2010-12-01 01:48:23 +0800
committerJonny Lamb <jonnylamb@gnome.org>2010-12-01 01:48:23 +0800
commitb6a08a8526af02877f97e1bd234fa5f4aace1464 (patch)
tree2e9bd11dbe2216a837419aae5f03de38a4c48e67
parentd69fe12699f6b07fc0f39dea2f18c3c87d3367db (diff)
downloadgsoc2013-empathy-b6a08a8526af02877f97e1bd234fa5f4aace1464.tar
gsoc2013-empathy-b6a08a8526af02877f97e1bd234fa5f4aace1464.tar.gz
gsoc2013-empathy-b6a08a8526af02877f97e1bd234fa5f4aace1464.tar.bz2
gsoc2013-empathy-b6a08a8526af02877f97e1bd234fa5f4aace1464.tar.lz
gsoc2013-empathy-b6a08a8526af02877f97e1bd234fa5f4aace1464.tar.xz
gsoc2013-empathy-b6a08a8526af02877f97e1bd234fa5f4aace1464.tar.zst
gsoc2013-empathy-b6a08a8526af02877f97e1bd234fa5f4aace1464.zip
empathy-spell: updated _get_suggestions disabled implementation
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
-rw-r--r--libempathy-gtk/empathy-spell.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-spell.c b/libempathy-gtk/empathy-spell.c
index dcbbaf8cd..35c039c52 100644
--- a/libempathy-gtk/empathy-spell.c
+++ b/libempathy-gtk/empathy-spell.c
@@ -439,7 +439,8 @@ empathy_spell_supported (void)
}
GList *
-empathy_spell_get_suggestions (const gchar *word)
+empathy_spell_get_suggestions (const gchar *code,
+ const gchar *word)
{
DEBUG ("Support disabled, could not get suggestions");