[telepathy-mission-control/master] McdConnection: tp_conn is not a DBusGProxy

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Apr 28 11:44:55 PDT 2009


It's not used, so this had no practical effect, but it's still wrong.
---
 src/mcd-connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mcd-connection.c b/src/mcd-connection.c
index cc366b0..db9d344 100644
--- a/src/mcd-connection.c
+++ b/src/mcd-connection.c
@@ -1018,7 +1018,7 @@ on_connection_status_changed (TpConnection *tp_conn, GParamSpec *pspec,
     }
 }
 
-static void proxy_destroyed (DBusGProxy *tp_conn, guint domain, gint code,
+static void proxy_destroyed (TpConnection *tp_conn, guint domain, gint code,
 			     gchar *message, McdConnection *connection)
 {
     McdConnectionPrivate *priv = MCD_CONNECTION_PRIV (connection);
-- 
1.5.6.5




More information about the telepathy-commits mailing list