aboutsummaryrefslogtreecommitdiffstats
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
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!
-rw-r--r--libempathy/empathy-connectivity.c2
-rw-r--r--src/empathy-preferences.c2
-rw-r--r--tests/empathy-chatroom-manager-test.c2
3 files changed, 2 insertions, 4 deletions
diff --git a/libempathy/empathy-connectivity.c b/libempathy/empathy-connectivity.c
index f6a723ef6..f02b7588b 100644
--- a/libempathy/empathy-connectivity.c
+++ b/libempathy/empathy-connectivity.c
@@ -403,7 +403,7 @@ empathy_connectivity_set_use_conn (EmpathyConnectivity *connectivity,
if (use_conn == priv->use_conn)
return;
- DEBUG ("use_conn gconf key changed; new value = %s",
+ DEBUG ("use_conn GSetting key changed; new value = %s",
use_conn ? "true" : "false");
priv->use_conn = use_conn;
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);
diff --git a/tests/empathy-chatroom-manager-test.c b/tests/empathy-chatroom-manager-test.c
index 3d6b6f6b7..b79e898d0 100644
--- a/tests/empathy-chatroom-manager-test.c
+++ b/tests/empathy-chatroom-manager-test.c
@@ -3,8 +3,6 @@
#include <string.h>
#include <glib/gstdio.h>
-#include <gconf/gconf.h>
-#include <gconf/gconf-client.h>
#include <telepathy-glib/account-manager.h>
#include <telepathy-glib/util.h>