aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2010-06-21 14:44:32 +0800
committerXavier Claessens <xclaesse@gmail.com>2010-06-21 15:33:34 +0800
commit56c3590ccf790223f30894c81c2e6c2ac0ffa4b8 (patch)
tree4748e6307ec3323e26a60d0bf9b0e8d45110465b /src
parent7ed9fa5ef0cf9091ae3ea1b1e326440fe6d5727e (diff)
downloadgsoc2013-empathy-56c3590ccf790223f30894c81c2e6c2ac0ffa4b8.tar
gsoc2013-empathy-56c3590ccf790223f30894c81c2e6c2ac0ffa4b8.tar.gz
gsoc2013-empathy-56c3590ccf790223f30894c81c2e6c2ac0ffa4b8.tar.bz2
gsoc2013-empathy-56c3590ccf790223f30894c81c2e6c2ac0ffa4b8.tar.lz
gsoc2013-empathy-56c3590ccf790223f30894c81c2e6c2ac0ffa4b8.tar.xz
gsoc2013-empathy-56c3590ccf790223f30894c81c2e6c2ac0ffa4b8.tar.zst
gsoc2013-empathy-56c3590ccf790223f30894c81c2e6c2ac0ffa4b8.zip
Remove useless occurences of 'gconf' word
Die gconf, die!
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 8192049e7..4460d6f85 100644
--- a/src/empathy-preferences.c
+++ b/src/empathy-preferences.c
@@ -786,7 +786,7 @@ preferences_themes_setup (EmpathyPreferences *preferences)
G_CALLBACK (preferences_theme_changed_cb),
preferences);
- /* Select the theme from the gconf key and track changes */
+ /* Select the theme from the GSetting key and track changes */
preferences_theme_notify_cb (preferences->gsettings_chat,
EMPATHY_PREFS_CHAT_THEME,
preferences);