diff options
-rw-r--r-- | libempathy-gtk/empathy-spell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-spell.c b/libempathy-gtk/empathy-spell.c index fb1441e6f..709d09be0 100644 --- a/libempathy-gtk/empathy-spell.c +++ b/libempathy-gtk/empathy-spell.c @@ -284,7 +284,7 @@ enumerate_dicts (const gchar * const lang_tag, return; } - *list = g_list_append (*list, g_strdup (lang)); + *list = g_list_append (*list, lang); } GList * |