diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-01-10 00:14:49 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-10 00:14:49 +0800 |
commit | 8b62c532134177bd301e1a1a1ea6c8616d508767 (patch) | |
tree | 199e4298db4633cec94d733d59d5df9df1db4c1c /src | |
parent | af9c5daa44b4ef8a937247201cab6e3ea99c571b (diff) | |
download | gsoc2013-empathy-8b62c532134177bd301e1a1a1ea6c8616d508767.tar gsoc2013-empathy-8b62c532134177bd301e1a1a1ea6c8616d508767.tar.gz gsoc2013-empathy-8b62c532134177bd301e1a1a1ea6c8616d508767.tar.bz2 gsoc2013-empathy-8b62c532134177bd301e1a1a1ea6c8616d508767.tar.lz gsoc2013-empathy-8b62c532134177bd301e1a1a1ea6c8616d508767.tar.xz gsoc2013-empathy-8b62c532134177bd301e1a1a1ea6c8616d508767.tar.zst gsoc2013-empathy-8b62c532134177bd301e1a1a1ea6c8616d508767.zip |
No need to call empathy_run_until_ready, the DispatchOperation already ensured it's ready
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2177
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/empathy.c b/src/empathy.c index 5b3fcf7a2..f86426fea 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -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) { |