gnome-user-share r197 - trunk
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-user-share r197 - trunk
- Date: Mon, 11 Feb 2008 01:45:25 +0000 (GMT)
Author: hadess
Date: Mon Feb 11 01:45:25 2008
New Revision: 197
URL: http://svn.gnome.org/viewvc/gnome-user-share?rev=197&view=rev
Log:
2008-02-11 Bastien Nocera <hadess hadess net>
* obexftp.c: (obexftp_up): Fix running with newer
obex-data-server
Modified:
trunk/ChangeLog
trunk/obexftp.c
Modified: trunk/obexftp.c
==============================================================================
--- trunk/obexftp.c (original)
+++ trunk/obexftp.c Mon Feb 11 01:45:25 2008
@@ -51,7 +51,7 @@
"org.openobex.Manager");
if (dbus_g_proxy_call (manager_proxy, "CreateBluetoothServer",
&err, G_TYPE_STRING, "00:00:00:00:00:00", G_TYPE_STRING, "ftp", G_TYPE_INVALID,
- G_TYPE_STRING, &session, G_TYPE_INVALID) == FALSE) {
+ DBUS_TYPE_G_OBJECT_PATH, &session, G_TYPE_INVALID) == FALSE) {
g_printerr ("Creating Bluetooth server failed: %s\n",
err->message);
g_error_free (err);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]