]> git.0d.be Git - empathy.git/commitdiff
empathy_call_window_restart_call: there is no reason to show_all all the hbox
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 17 Feb 2010 13:37:44 +0000 (13:37 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 1 Apr 2010 08:15:39 +0000 (10:15 +0200)
Widgets should already be properly displayed.

src/empathy-call-window.c

index ee0a74d5e2e2ee66c448ff74d9e46f9076b9c190..fdb0962905ea144a222e91f37f8f602268fe08ec 100644 (file)
@@ -2742,8 +2742,6 @@ empathy_call_window_restart_call (EmpathyCallWindow *window)
    * been updated during that time. That's why we manually update it here */
   empathy_call_window_mic_volume_changed_cb (priv->audio_input_adj, window);
 
-  gtk_widget_show_all (priv->content_hbox);
-
   priv->outgoing = TRUE;
   empathy_call_window_set_state_connecting (window);