From b251e6fa7c1c90cabd7f03cf2e37bfa1ed3ffe63 Mon Sep 17 00:00:00 2001 From: Danielle Madeley Date: Tue, 27 Oct 2009 16:39:51 +1100 Subject: Add MissionControl 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 ee91939e6..2a694a651 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); -- cgit v1.2.3