You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
301 B
13 lines
301 B
--- dbus-qt3/connection.cpp 2006-10-20 16:33:29.000000000 +0200
|
|
+++ dbus-qt3/connection.cpp 2006-10-20 16:33:10.000000000 +0200
|
|
@@ -106,7 +106,7 @@
|
|
|
|
void Connection::close()
|
|
{
|
|
- dbus_connection_close ( d->connection );
|
|
+ dbus_connection_unref ( d->connection );
|
|
}
|
|
|
|
void Connection::flush()
|
|
|