[empathy: 1/2] Add MissionControl to the debug window
- From: Danielle Madeley <davyd src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy: 1/2] Add MissionControl to the debug window
- Date: Tue, 27 Oct 2009 09:30:22 +0000 (UTC)
commit b251e6fa7c1c90cabd7f03cf2e37bfa1ed3ffe63
Author: Danielle Madeley <danielle madeley collabora co uk>
Date: Tue Oct 27 16:39:51 2009 +1100
Add MissionControl 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 ee91939..2a694a6 100644
--- a/src/empathy-debug-window.c
+++ b/src/empathy-debug-window.c
@@ -733,6 +733,13 @@ debug_window_fill_cm_chooser (EmpathyDebugWindow *debug_window)
tp_list_connection_names (priv->dbus, debug_window_list_connection_names_cb,
debug_window, NULL, NULL);
+ /* add Mission Control */
+ gtk_list_store_append (priv->cms, &iter);
+ gtk_list_store_set (priv->cms, &iter,
+ COL_CM_NAME, "misson-control",
+ COL_CM_UNIQUE_NAME, "org.freedesktop.Telepathy.MissionControl5",
+ -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]