Index: main.c =================================================================== RCS file: /cvsroot/bluez/gnome/sendto/main.c,v retrieving revision 1.11 diff -u -p -r1.11 main.c --- main.c 22 Dec 2007 00:09:17 -0000 1.11 +++ main.c 16 Jan 2008 15:56:30 -0000 @@ -353,7 +353,7 @@ int main(int argc, char *argv[]) dbus_g_proxy_begin_call(proxy, "CreateBluetoothSession", create_notify, filename, NULL, G_TYPE_STRING, address, G_TYPE_STRING, "opp", - G_TYPE_BOOLEAN, FALSE, G_TYPE_INVALID); + G_TYPE_INVALID); gtk_main();