diff -Nru telepathy-mission-control-5-5.12.1/debian/patches/path_cassidy.patch telepathy-mission-control-5-5.12.1/debian/patches/path_cassidy.patch --- telepathy-mission-control-5-5.12.1/debian/patches/path_cassidy.patch 1970-01-01 01:00:00.000000000 +0100 +++ telepathy-mission-control-5-5.12.1/debian/patches/path_cassidy.patch 2012-08-29 13:44:44.000000000 +0200 @@ -0,0 +1,11 @@ +--- a/src/mcd-client.c ++++ b/src/mcd-client.c +@@ -933,7 +933,7 @@ mcd_client_proxy_introspect (gpointer da + + _mcd_client_proxy_inc_ready_lock (self); + +- tp_cli_dbus_properties_call_get (self, -1, ++ tp_cli_dbus_properties_call_get (self, G_MAXINT, + TP_IFACE_CLIENT, "Interfaces", _mcd_client_proxy_get_interfaces_cb, + NULL, NULL, NULL); + }