[empathy] debug-window: remove hardcoded clients
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] debug-window: remove hardcoded clients
- Date: Fri, 9 Jul 2010 11:49:38 +0000 (UTC)
commit f598e0acbf7c981d5adaf7bf52a30d2a61d04aba
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Tue Jun 29 14:38:38 2010 +0200
debug-window: remove hardcoded clients
src/empathy-debug-window.c | 22 ----------------------
1 files changed, 0 insertions(+), 22 deletions(-)
---
diff --git a/src/empathy-debug-window.c b/src/empathy-debug-window.c
index 69db2a6..0894d94 100644
--- a/src/empathy-debug-window.c
+++ b/src/empathy-debug-window.c
@@ -827,14 +827,6 @@ debug_window_fill_cm_chooser (EmpathyDebugWindow *debug_window)
return;
}
- /* Add empathy */
- gtk_list_store_append (priv->cms, &iter);
- gtk_list_store_set (priv->cms, &iter,
- COL_CM_NAME, _(PACKAGE_NAME),
- COL_CM_UNIQUE_NAME, "org.gnome."PACKAGE_NAME,
- -1);
- gtk_combo_box_set_active (GTK_COMBO_BOX (priv->cm_chooser), 0);
-
/* Add CMs to list */
tp_list_connection_names (priv->dbus, debug_window_list_connection_names_cb,
debug_window, NULL, NULL);
@@ -846,20 +838,6 @@ 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);
-
- /* 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]