[empathy] call-window: fix incorrect comment



commit 60e0705dd14aff39fc24bb84ba862b7d19e265a6
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Mar 22 16:45:58 2012 -0400

    call-window: fix incorrect comment
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672560

 src/empathy-call-window.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index e1668ec..fedb086 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);
 



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