--- old-libtelepathy/src/tp-conn.c 2007-01-14 20:01:03.000000000 +0100 +++ new-libtelepathy/src/tp-conn.c 2007-01-14 20:01:03.000000000 +0100 @@ -524,8 +524,9 @@ g_strfreev(interfaces); - /* TODO: We should probably drop the StatusChanged monitoring - here, as we should now have the interface information */ + dbus_g_proxy_disconnect_signal(proxy, "StatusChanged", + G_CALLBACK(tp_conn_status_change_handler), + NULL); return TRUE; }