diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2010-12-01 01:50:24 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2010-12-01 01:50:24 +0800 |
commit | 1f5ddc41bf768c11138edc049f1f70192cbd82a1 (patch) | |
tree | 3485ed2688aacd3567947b47f91ce0eb0c6024f2 /libempathy-gtk/empathy-spell.c | |
parent | b6a08a8526af02877f97e1bd234fa5f4aace1464 (diff) | |
download | gsoc2013-empathy-1f5ddc41bf768c11138edc049f1f70192cbd82a1.tar gsoc2013-empathy-1f5ddc41bf768c11138edc049f1f70192cbd82a1.tar.gz gsoc2013-empathy-1f5ddc41bf768c11138edc049f1f70192cbd82a1.tar.bz2 gsoc2013-empathy-1f5ddc41bf768c11138edc049f1f70192cbd82a1.tar.lz gsoc2013-empathy-1f5ddc41bf768c11138edc049f1f70192cbd82a1.tar.xz gsoc2013-empathy-1f5ddc41bf768c11138edc049f1f70192cbd82a1.tar.zst gsoc2013-empathy-1f5ddc41bf768c11138edc049f1f70192cbd82a1.zip |
empathy-spell: implement _get_enabled_language_codes with --disable-spell
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy-gtk/empathy-spell.c')
-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 */ |