From 0d3a21856b23f8ba591e833f77ff3a5bcb465d24 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 24 Jun 2010 15:54:44 +0200 Subject: add AV client to the debug window --- src/empathy-debug-window.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src') diff --git a/src/empathy-debug-window.c b/src/empathy-debug-window.c index d14553681..69db2a6ce 100644 --- a/src/empathy-debug-window.c +++ b/src/empathy-debug-window.c @@ -853,6 +853,13 @@ debug_window_fill_cm_chooser (EmpathyDebugWindow *debug_window) COL_CM_UNIQUE_NAME, "org.freedesktop.Telepathy.Client.Logger", -1); + /* add Empathy audio/video client */ + gtk_list_store_append (priv->cms, &iter); + gtk_list_store_set (priv->cms, &iter, + COL_CM_NAME, "Audio/Video", + COL_CM_UNIQUE_NAME, "org.freedesktop.Telepathy.Client.Empathy.AudioVideo", + -1); + priv->name_owner_changed_signal = tp_cli_dbus_daemon_connect_to_name_owner_changed (priv->dbus, debug_window_name_owner_changed_cb, debug_window, NULL, NULL, NULL); -- cgit v1.2.3