diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-10 01:46:59 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-28 00:33:42 +0800 |
commit | ba1c519dde7bede7ea44d94246b41d909265c04c (patch) | |
tree | e1b9d934f68dd15788f1297ba912ec26b7e570f5 /src | |
parent | ee4c91ff7f14c4f1249ee271cd56faae92ce96be (diff) | |
download | gsoc2013-empathy-ba1c519dde7bede7ea44d94246b41d909265c04c.tar gsoc2013-empathy-ba1c519dde7bede7ea44d94246b41d909265c04c.tar.gz gsoc2013-empathy-ba1c519dde7bede7ea44d94246b41d909265c04c.tar.bz2 gsoc2013-empathy-ba1c519dde7bede7ea44d94246b41d909265c04c.tar.lz gsoc2013-empathy-ba1c519dde7bede7ea44d94246b41d909265c04c.tar.xz gsoc2013-empathy-ba1c519dde7bede7ea44d94246b41d909265c04c.tar.zst gsoc2013-empathy-ba1c519dde7bede7ea44d94246b41d909265c04c.zip |
we don't want to hide the self frame anymore
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-call-window.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index 98707462a..a862c2cf1 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -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); |