]> git.0d.be Git - empathy.git/commitdiff
No need to call empathy_run_until_ready, the DispatchOperation already ensured it...
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Fri, 9 Jan 2009 16:14:49 +0000 (16:14 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 9 Jan 2009 16:14:49 +0000 (16:14 +0000)
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2177

src/empathy.c

index 5b3fcf7a2483978cadbe2f5b5b568d353ed8a3cf..f86426feae439ae0a2a817c1777b00c82d4642e1 100644 (file)
@@ -76,7 +76,6 @@ dispatch_cb (EmpathyDispatcher *dispatcher,
 
                tp_chat = EMPATHY_TP_CHAT (
                        empathy_dispatch_operation_get_channel_wrapper (operation));
-               empathy_run_until_ready (tp_chat);
 
                id = empathy_tp_chat_get_id (tp_chat);
                if (!id) {