diff options
-rw-r--r-- | libempathy-gtk/empathy-spell.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-spell.c b/libempathy-gtk/empathy-spell.c index 35c039c52..d097f1eeb 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 */ |