diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2010-12-01 01:48:23 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2010-12-01 01:48:23 +0800 |
commit | b6a08a8526af02877f97e1bd234fa5f4aace1464 (patch) | |
tree | 2e9bd11dbe2216a837419aae5f03de38a4c48e67 /libempathy-gtk | |
parent | d69fe12699f6b07fc0f39dea2f18c3c87d3367db (diff) | |
download | gsoc2013-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>
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-spell.c | 3 |
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"); |