Author: grzegol Date: Sun Aug 13 20:16:10 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - fixes build with dbus-0.91
---- Files affected: SOURCES: pmount-dbus.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/pmount-dbus.patch diff -u /dev/null SOURCES/pmount-dbus.patch:1.1 --- /dev/null Sun Aug 13 22:16:10 2006 +++ SOURCES/pmount-dbus.patch Sun Aug 13 22:16:05 2006 @@ -0,0 +1,12 @@ +diff -urN aaa/pmount-0.9.11/src/pmount-hal.c pmount-0.9.11/src/pmount-hal.c +--- aaa/pmount-0.9.11/src/pmount-hal.c 2006-05-11 21:22:21.000000000 +0200 ++++ pmount-0.9.11/src/pmount-hal.c 2006-08-13 22:11:12.324756500 +0200 +@@ -345,7 +345,7 @@ + /* shut down hal connection */ + libhal_ctx_shutdown( hal_ctx, &error ); + libhal_ctx_free( hal_ctx ); +- dbus_connection_disconnect( dbus_conn ); ++ dbus_connection_close( dbus_conn ); + dbus_connection_unref( dbus_conn ); + + /* go */ ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
