diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-07-22 18:23:48 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-07-25 19:47:25 +0800 |
commit | 1005e9de9fc06a00818cc75e491181eb96801bf3 (patch) | |
tree | aff5aaf34559c9410b2b2b0775f32c8ba2d63043 | |
parent | 7b4e9b313ba24d01853ef93f893fdc3a26b0b1ba (diff) | |
download | gsoc2013-empathy-1005e9de9fc06a00818cc75e491181eb96801bf3.tar gsoc2013-empathy-1005e9de9fc06a00818cc75e491181eb96801bf3.tar.gz gsoc2013-empathy-1005e9de9fc06a00818cc75e491181eb96801bf3.tar.bz2 gsoc2013-empathy-1005e9de9fc06a00818cc75e491181eb96801bf3.tar.lz gsoc2013-empathy-1005e9de9fc06a00818cc75e491181eb96801bf3.tar.xz gsoc2013-empathy-1005e9de9fc06a00818cc75e491181eb96801bf3.tar.zst gsoc2013-empathy-1005e9de9fc06a00818cc75e491181eb96801bf3.zip |
CallWindow: fix comments
We no longer show the self avatar
-rw-r--r-- | src/empathy-call-window.c | 6 |
1 files 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) { |