aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-03-23 04:45:58 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2012-03-27 21:16:55 +0800
commit60e0705dd14aff39fc24bb84ba862b7d19e265a6 (patch)
treed8575bfd517e546cdc736e5165c7dd5a3bbaea01
parent81f4651c54df81345644dd7fb2d88ca7bec8350c (diff)
downloadgsoc2013-empathy-60e0705dd14aff39fc24bb84ba862b7d19e265a6.tar
gsoc2013-empathy-60e0705dd14aff39fc24bb84ba862b7d19e265a6.tar.gz
gsoc2013-empathy-60e0705dd14aff39fc24bb84ba862b7d19e265a6.tar.bz2
gsoc2013-empathy-60e0705dd14aff39fc24bb84ba862b7d19e265a6.tar.lz
gsoc2013-empathy-60e0705dd14aff39fc24bb84ba862b7d19e265a6.tar.xz
gsoc2013-empathy-60e0705dd14aff39fc24bb84ba862b7d19e265a6.tar.zst
gsoc2013-empathy-60e0705dd14aff39fc24bb84ba862b7d19e265a6.zip
call-window: fix incorrect comment
https://bugzilla.gnome.org/show_bug.cgi?id=672560
-rw-r--r--src/empathy-call-window.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index e1668ec03..fedb086cf 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -184,8 +184,7 @@ struct _EmpathyCallWindowPriv
ClutterState *transitions;
- /* The box that contains self and remote avatar and video
- input/output. When we redial, we destroy and re-create the box */
+ /* The main box covering all the stage, contaning remote avatar/video */
ClutterActor *video_box;
ClutterLayoutManager *video_layout;
@@ -1701,7 +1700,7 @@ empathy_call_window_init (EmpathyCallWindow *self)
gtk_box_pack_start (GTK_BOX (priv->pane), priv->content_hbox,
TRUE, TRUE, 0);
- /* avatar/video box */
+ /* main contents remote avatar/video box */
priv->video_layout = clutter_bin_layout_new (CLUTTER_BIN_ALIGNMENT_CENTER,
CLUTTER_BIN_ALIGNMENT_CENTER);