]> git.pld-linux.org Git - packages/libgphoto2.git/commitdiff
- rename obsoleted dbus_connection_disconnect to dbus_connection_close
authoraflinta <aflinta@pld-linux.org>
Sat, 19 Aug 2006 10:53:36 +0000 (10:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libgphoto2-dbus.patch -> 1.1

libgphoto2-dbus.patch [new file with mode: 0644]

diff --git a/libgphoto2-dbus.patch b/libgphoto2-dbus.patch
new file mode 100644 (file)
index 0000000..7a0fe1c
--- /dev/null
@@ -0,0 +1,11 @@
+--- libgphoto2-2.2.1/libgphoto2_port/disk/disk.c~      2006-04-19 03:54:26.000000000 +0200
++++ libgphoto2-2.2.1/libgphoto2_port/disk/disk.c       2006-08-19 12:28:36.753677500 +0200
+@@ -175,7 +175,7 @@
+       libhal_free_string_array (volumes);
+       libhal_ctx_free (ctx);
+-      dbus_connection_disconnect (dbus_connection);
++      dbus_connection_close (dbus_connection);
+       dbus_connection_unref (dbus_connection);
+ #else
+ # ifdef HAVE_MNTENT_H
This page took 0.123313 seconds and 4 git commands to generate.