[empathy] debug-window: add the logger (#622381)
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] debug-window: add the logger (#622381)
- Date: Tue, 22 Jun 2010 13:25:04 +0000 (UTC)
commit 603a22855ea710b276892654b86a529167f8d32b
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Tue Jun 22 13:50:50 2010 +0200
debug-window: add the logger (#622381)
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 edb0806..d145536 100644
--- a/src/empathy-debug-window.c
+++ b/src/empathy-debug-window.c
@@ -846,6 +846,13 @@ debug_window_fill_cm_chooser (EmpathyDebugWindow *debug_window)
COL_CM_UNIQUE_NAME, "org.freedesktop.Telepathy.MissionControl5",
-1);
+ /* add the logger */
+ gtk_list_store_append (priv->cms, &iter);
+ gtk_list_store_set (priv->cms, &iter,
+ COL_CM_NAME, "logger",
+ COL_CM_UNIQUE_NAME, "org.freedesktop.Telepathy.Client.Logger",
+ -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]