aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-02-17 21:37:44 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-01 16:15:39 +0800
commitd8b0cb43c5cfc1bae067ce513a440327e181171e (patch)
tree90d1e0edf7c7c1b5ea18513723911e6464c85fcc /src
parent1cf5eb7686a37fad462ecfc1ddd0afb9f59afaf1 (diff)
downloadgsoc2013-empathy-d8b0cb43c5cfc1bae067ce513a440327e181171e.tar
gsoc2013-empathy-d8b0cb43c5cfc1bae067ce513a440327e181171e.tar.gz
gsoc2013-empathy-d8b0cb43c5cfc1bae067ce513a440327e181171e.tar.bz2
gsoc2013-empathy-d8b0cb43c5cfc1bae067ce513a440327e181171e.tar.lz
gsoc2013-empathy-d8b0cb43c5cfc1bae067ce513a440327e181171e.tar.xz
gsoc2013-empathy-d8b0cb43c5cfc1bae067ce513a440327e181171e.tar.zst
gsoc2013-empathy-d8b0cb43c5cfc1bae067ce513a440327e181171e.zip
empathy_call_window_restart_call: there is no reason to show_all all the hbox
Widgets should already be properly displayed.
Diffstat (limited to 'src')
-rw-r--r--src/empathy-call-window.c2
1 files changed, 0 insertions, 2 deletions
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);