From 1f5ddc41bf768c11138edc049f1f70192cbd82a1 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Tue, 30 Nov 2010 17:50:24 +0000 Subject: [PATCH] empathy-spell: implement _get_enabled_language_codes with --disable-spell Signed-off-by: Jonny Lamb --- libempathy-gtk/empathy-spell.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libempathy-gtk/empathy-spell.c b/libempathy-gtk/empathy-spell.c index 35c039c5..d097f1ee 100644 --- a/libempathy-gtk/empathy-spell.c +++ b/libempathy-gtk/empathy-spell.c @@ -483,6 +483,13 @@ empathy_spell_add_to_dictionary (const gchar *code, DEBUG ("Support disabled, could not expand the dictionary"); } +GList * +empathy_spell_get_enabled_language_codes (void) +{ + DEBUG ("Support disabled, could not get enabled language codes"); + + return NULL; +} #endif /* HAVE_ENCHANT */ -- 2.39.2