[empathy] add AV client to the debug window
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] add AV client to the debug window
- Date: Tue, 29 Jun 2010 10:46:27 +0000 (UTC)
commit 0d3a21856b23f8ba591e833f77ff3a5bcb465d24
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Thu Jun 24 15:54:44 2010 +0200
add AV client to the debug window
src/empathy-debug-window.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-debug-window.c b/src/empathy-debug-window.c
index d145536..69db2a6 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]