aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-call.c')
-rw-r--r--src/empathy-call.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/empathy-call.c b/src/empathy-call.c
index 7503532c5..4adf5f48d 100644
--- a/src/empathy-call.c
+++ b/src/empathy-call.c
@@ -121,6 +121,9 @@ main (int argc,
/* Init */
g_thread_init (NULL);
+ /* Clutter needs this */
+ gdk_disable_multidevice ();
+
optcontext = g_option_context_new (N_("- Empathy Audio/Video Client"));
g_option_context_add_group (optcontext, gst_init_get_option_group ());
g_option_context_add_group (optcontext, gtk_get_option_group (TRUE));