[empathy] empathy-spell: implement _get_enabled_language_codes with --disable-spell



commit 1f5ddc41bf768c11138edc049f1f70192cbd82a1
Author: Jonny Lamb <jonnylamb gnome org>
Date:   Tue Nov 30 17:50:24 2010 +0000

    empathy-spell: implement _get_enabled_language_codes with --disable-spell
    
    Signed-off-by: Jonny Lamb <jonnylamb gnome org>

 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 35c039c..d097f1e 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 */
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]