From 60e0705dd14aff39fc24bb84ba862b7d19e265a6 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Thu, 22 Mar 2012 16:45:58 -0400 Subject: call-window: fix incorrect comment https://bugzilla.gnome.org/show_bug.cgi?id=672560 --- src/empathy-call-window.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/empathy-call-window.c') 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); -- cgit v1.2.3