aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-03-04 01:34:54 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-03-04 01:34:54 +0800
commit51202463896a3a514f8ef2ac067e60c5feee2d32 (patch)
tree1a38268fb54774e5be008b7941493696351de2d0
parent9c867c5f243437b67146a7a93b994f322f43f5af (diff)
downloadgsoc2013-empathy-51202463896a3a514f8ef2ac067e60c5feee2d32.tar
gsoc2013-empathy-51202463896a3a514f8ef2ac067e60c5feee2d32.tar.gz
gsoc2013-empathy-51202463896a3a514f8ef2ac067e60c5feee2d32.tar.bz2
gsoc2013-empathy-51202463896a3a514f8ef2ac067e60c5feee2d32.tar.lz
gsoc2013-empathy-51202463896a3a514f8ef2ac067e60c5feee2d32.tar.xz
gsoc2013-empathy-51202463896a3a514f8ef2ac067e60c5feee2d32.tar.zst
gsoc2013-empathy-51202463896a3a514f8ef2ac067e60c5feee2d32.zip
Remove gdk_threads_{enter,leave}, gdk thread support is useless untill we audit empathy
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2565
-rw-r--r--src/empathy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/empathy.c b/src/empathy.c
index 46b2fdb60..0c1197a17 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -555,9 +555,7 @@ main (int argc, char *argv[])
g_signal_connect (G_OBJECT (call_factory), "new-call-handler",
G_CALLBACK (new_call_handler_cb), NULL);
- gdk_threads_enter ();
gtk_main ();
- gdk_threads_leave ();
empathy_idle_set_state (idle, MC_PRESENCE_OFFLINE);