12 lines
317 B
Diff
12 lines
317 B
Diff
--- src/ephy-dbus.c 2006-09-13 13:48:50.000000000 +0200
|
|
+++ src/ephy-dbus.c 2006-11-17 13:57:31.000000000 +0100
|
|
@@ -305,8 +305,6 @@
|
|
ephy_dbus_disconnect_bus (DBusGConnection *bus)
|
|
{
|
|
if (bus != NULL) {
|
|
- dbus_connection_close
|
|
- (dbus_g_connection_get_connection (bus));
|
|
dbus_g_connection_unref (bus);
|
|
}
|
|
}
|