]> git.0d.be Git - empathy.git/commitdiff
call-window: fix incorrect comment
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 22 Mar 2012 20:45:58 +0000 (16:45 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 27 Mar 2012 13:16:55 +0000 (09:16 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=672560

src/empathy-call-window.c

index e1668ec03868d79137b40089679bb4f9151e98ab..fedb086cf79662c8441a77fb8a3a4ebde945ecac 100644 (file)
@@ -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);