[empathy] Don't go asynchronously to paused



commit b0438bff889500c7e9704233124fca7c572a7876
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date:   Fri Nov 4 18:44:35 2011 +0000

    Don't go asynchronously to paused

 src/empathy-call-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index ebe996a..39ae6f3 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -1165,7 +1165,7 @@ create_video_preview (EmpathyCallWindow *self)
 
   g_object_set (priv->video_preview_sink,
       "sync", FALSE,
-      "async", TRUE,
+      "async", FALSE,
       NULL);
 
   /* Translators: this is an "Info" label. It should be as short



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]