diff options
author | xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4> | 2008-03-11 20:22:37 +0800 |
---|---|---|
committer | xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4> | 2008-03-11 20:22:37 +0800 |
commit | a696b08fc9cbf1175c08ab395f1c0dc4c635a1ed (patch) | |
tree | fa43f89134570a145e721945b72da07d27ac4f3f /libempathy-gtk/empathy-chat-window.c | |
parent | 8eead5fea606c62690dcd9384505e281fe1db23e (diff) | |
download | gsoc2013-empathy-a696b08fc9cbf1175c08ab395f1c0dc4c635a1ed.tar gsoc2013-empathy-a696b08fc9cbf1175c08ab395f1c0dc4c635a1ed.tar.gz gsoc2013-empathy-a696b08fc9cbf1175c08ab395f1c0dc4c635a1ed.tar.bz2 gsoc2013-empathy-a696b08fc9cbf1175c08ab395f1c0dc4c635a1ed.tar.lz gsoc2013-empathy-a696b08fc9cbf1175c08ab395f1c0dc4c635a1ed.tar.xz gsoc2013-empathy-a696b08fc9cbf1175c08ab395f1c0dc4c635a1ed.tar.zst gsoc2013-empathy-a696b08fc9cbf1175c08ab395f1c0dc4c635a1ed.zip |
Make sure we don't expect contact id and handle to be directly ready. Add some _run_until_ready.
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@755 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy-gtk/empathy-chat-window.c')
-rw-r--r-- | libempathy-gtk/empathy-chat-window.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat-window.c b/libempathy-gtk/empathy-chat-window.c index 5c3946e98..bbf66fbcf 100644 --- a/libempathy-gtk/empathy-chat-window.c +++ b/libempathy-gtk/empathy-chat-window.c @@ -37,7 +37,6 @@ #include <libmissioncontrol/mission-control.h> #include <libempathy/empathy-contact-factory.h> -#include <libempathy/empathy-contact-list.h> #include <libempathy/empathy-log-manager.h> #include <libempathy/empathy-chatroom-manager.h> #include <libempathy/empathy-contact.h> |