diff -up gnome-phone-manager-0.66/gnome-bluetooth/phonemgr.c.bluetooth-api-change gnome-phone-manager-0.66/gnome-bluetooth/phonemgr.c --- gnome-phone-manager-0.66/gnome-bluetooth/phonemgr.c.bluetooth-api-change 2011-11-28 12:29:37.365593771 +0100 +++ gnome-phone-manager-0.66/gnome-bluetooth/phonemgr.c 2011-11-28 12:29:39.910625478 +0100 @@ -44,7 +44,7 @@ get_type (const char *address) gboolean cont; client = bluetooth_client_new (); - model = bluetooth_client_get_device_model (client, NULL); + model = bluetooth_client_get_device_model (client); if (model == NULL) { g_object_unref (client); return type;