aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-15 23:50:44 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-18 16:48:42 +0800
commitafc07bd845ca8ce44b1dd59af2cd401544063c86 (patch)
treefa415f6a77d635a4bd4b67c13f83476ee6470bc5 /src
parent94e1daa81a82d7ad0c6f2f0f49a0bf470d837c33 (diff)
downloadgsoc2013-empathy-afc07bd845ca8ce44b1dd59af2cd401544063c86.tar
gsoc2013-empathy-afc07bd845ca8ce44b1dd59af2cd401544063c86.tar.gz
gsoc2013-empathy-afc07bd845ca8ce44b1dd59af2cd401544063c86.tar.bz2
gsoc2013-empathy-afc07bd845ca8ce44b1dd59af2cd401544063c86.tar.lz
gsoc2013-empathy-afc07bd845ca8ce44b1dd59af2cd401544063c86.tar.xz
gsoc2013-empathy-afc07bd845ca8ce44b1dd59af2cd401544063c86.tar.zst
gsoc2013-empathy-afc07bd845ca8ce44b1dd59af2cd401544063c86.zip
empathy-preferences: fix coding style
Diffstat (limited to 'src')
-rw-r--r--src/empathy-preferences.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-preferences.c b/src/empathy-preferences.c
index 77f0bec40..628db52da 100644
--- a/src/empathy-preferences.c
+++ b/src/empathy-preferences.c
@@ -422,7 +422,7 @@ preferences_languages_add (EmpathyPreferences *preferences)
codes = empathy_spell_get_language_codes ();
- empathy_conf_set_bool (empathy_conf_get(),
+ empathy_conf_set_bool (empathy_conf_get (),
EMPATHY_PREFS_CHAT_SPELL_CHECKER_ENABLED,
codes != NULL);
if (!codes) {