diff options
Diffstat (limited to 'libempathy-gtk/empathy-spell.c')
-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"); |