From 1005e9de9fc06a00818cc75e491181eb96801bf3 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Fri, 22 Jul 2011 11:23:48 +0100 Subject: CallWindow: fix comments We no longer show the self avatar --- src/empathy-call-window.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index 0d2c57587..343c69244 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -861,7 +861,7 @@ display_video_preview (EmpathyCallWindow *self, if (display) { - /* Display the preview and hide the self avatar */ + /* Display the video preview */ DEBUG ("Show video preview"); play_camera (self, TRUE); @@ -869,8 +869,8 @@ display_video_preview (EmpathyCallWindow *self, } else { - /* Display the self avatar and hide the preview */ - DEBUG ("Show self avatar"); + /* Hide the video preview */ + DEBUG ("Hide video preview"); if (priv->video_preview != NULL) { -- cgit v1.2.3