aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-debug-window.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-02-22 17:04:20 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-02-22 21:08:39 +0800
commit8b7b49e0fa549ead1f7f8a62914f3c50576fac10 (patch)
tree0fb96bd33fb9f327690387a6318fbfe606ec7328 /src/empathy-debug-window.c
parent97334b2ceab261eb75f4eadbbb5acb51a59bf0eb (diff)
downloadgsoc2013-empathy-8b7b49e0fa549ead1f7f8a62914f3c50576fac10.tar
gsoc2013-empathy-8b7b49e0fa549ead1f7f8a62914f3c50576fac10.tar.gz
gsoc2013-empathy-8b7b49e0fa549ead1f7f8a62914f3c50576fac10.tar.bz2
gsoc2013-empathy-8b7b49e0fa549ead1f7f8a62914f3c50576fac10.tar.lz
gsoc2013-empathy-8b7b49e0fa549ead1f7f8a62914f3c50576fac10.tar.xz
gsoc2013-empathy-8b7b49e0fa549ead1f7f8a62914f3c50576fac10.tar.zst
gsoc2013-empathy-8b7b49e0fa549ead1f7f8a62914f3c50576fac10.zip
debug_window_fill_cm_chooser: use org.freedesktop.Telepathy.Client.Empathy
Diffstat (limited to 'src/empathy-debug-window.c')
-rw-r--r--src/empathy-debug-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-debug-window.c b/src/empathy-debug-window.c
index b8b34b273..137cf2407 100644
--- a/src/empathy-debug-window.c
+++ b/src/empathy-debug-window.c
@@ -747,7 +747,7 @@ debug_window_fill_cm_chooser (EmpathyDebugWindow *debug_window)
gtk_list_store_append (priv->cms, &iter);
gtk_list_store_set (priv->cms, &iter,
COL_CM_NAME, "empathy",
- COL_CM_UNIQUE_NAME, "org.gnome.Empathy",
+ COL_CM_UNIQUE_NAME, "org.freedesktop.Telepathy.Client.Empathy",
-1);
gtk_combo_box_set_active (GTK_COMBO_BOX (priv->cm_chooser), 0);