]> git.0d.be Git - empathy.git/commitdiff
we don't want to hide the self frame anymore
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 9 Nov 2009 17:46:59 +0000 (17:46 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 27 Nov 2009 16:33:42 +0000 (16:33 +0000)
src/empathy-call-window.c

index 98707462a74231d3d335eb0f6ca86cb9d536c59a..a862c2cf180d268d9f0097c8063148d4a6d5edeb 100644 (file)
@@ -2309,9 +2309,6 @@ empathy_call_window_restart_call (EmpathyCallWindow *window)
 
   gtk_widget_show_all (priv->content_hbox);
 
-  if (!empathy_call_handler_has_initial_video (priv->handler))
-    gtk_widget_hide (priv->self_user_output_frame);
-
   priv->outgoing = TRUE;
   empathy_call_window_set_state_connecting (window);