]> git.0d.be Git - empathy.git/commitdiff
empathy-spell: implement _get_enabled_language_codes with --disable-spell
authorJonny Lamb <jonnylamb@gnome.org>
Tue, 30 Nov 2010 17:50:24 +0000 (17:50 +0000)
committerJonny Lamb <jonnylamb@gnome.org>
Tue, 30 Nov 2010 17:50:24 +0000 (17:50 +0000)
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
libempathy-gtk/empathy-spell.c

index 35c039c52dfe24b4fb6772b8ead50280331bfc50..d097f1eeb93fb8f155bcc9e992ea6ddb9633963c 100644 (file)
@@ -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 */