From d8b0cb43c5cfc1bae067ce513a440327e181171e Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 17 Feb 2010 13:37:44 +0000 Subject: empathy_call_window_restart_call: there is no reason to show_all all the hbox Widgets should already be properly displayed. --- src/empathy-call-window.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/empathy-call-window.c') diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index ee0a74d5e..fdb096290 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -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); -- cgit v1.2.3