]> git.0d.be Git - empathy.git/commitdiff
Add MissionControl to the debug window
authorDanielle Madeley <danielle.madeley@collabora.co.uk>
Tue, 27 Oct 2009 05:39:51 +0000 (16:39 +1100)
committerDanielle Madeley <danielle.madeley@collabora.co.uk>
Tue, 27 Oct 2009 05:39:51 +0000 (16:39 +1100)
src/empathy-debug-window.c

index ee91939e6e5bb0dcafcc22223ea984b75656e4ee..2a694a65194a9b1f0c4153b790f91df46d17f27c 100644 (file)
@@ -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);