From 08fb04d03b17c44e401d89cfd0e957c41cdf3b56 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Tue, 9 Jun 2009 11:29:07 +0100 Subject: Remove outstanding operations before dispatching them Fixes #585231 --- libempathy/empathy-dispatcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy') diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index 0f9cc7746..b51df95fa 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -532,8 +532,8 @@ dispatcher_flush_outstanding_operations (EmpathyDispatcher *self, if (dispatcher_operation_can_start (self, operation, cd)) { - dispatcher_start_dispatching (dispatcher, operation, cd); g_hash_table_iter_remove (&iter); + dispatcher_start_dispatching (dispatcher, operation, cd); } } } -- cgit v1.2.3