Author: aflinta Date: Sat Aug 19 10:53:41 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - rename obsoleted dbus_connection_disconnect to dbus_connection_close
---- Files affected: SOURCES: libgphoto2-dbus.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/libgphoto2-dbus.patch diff -u /dev/null SOURCES/libgphoto2-dbus.patch:1.1 --- /dev/null Sat Aug 19 12:53:41 2006 +++ SOURCES/libgphoto2-dbus.patch Sat Aug 19 12:53:36 2006 @@ -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 ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
