From ac4d2cb4642cfb2f56b260b1892d092022efc257 Mon Sep 17 00:00:00 2001 From: Joe Shaw Date: Tue, 11 Jan 2005 19:31:56 +0000 Subject: 2005-01-11 Joe Shaw MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch from Timo Teräs * dbus/dbus-connection.c (_dbus_connection_queue_received_message_link): Call _dbus_connection_remove_timeout() instead of the _locked() variant, since it's always called from _dbus_connection_handle_watch(), which handles the locking. Removed the _locked() variant since it's no longer used. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8bb63ee3..b19e01dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2005-01-11 Joe Shaw + + Patch from Timo Teräs + + * dbus/dbus-connection.c + (_dbus_connection_queue_received_message_link): Call + _dbus_connection_remove_timeout() instead of the _locked() + variant, since it's always called from + _dbus_connection_handle_watch(), which handles the locking. + Removed the _locked() variant since it's no longer used. + 2005-01-03 Havoc Pennington * dbus/dbus-internals.h: I'm an idiot, _dbus_assert certainly can -- cgit