diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-10 20:02:23 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-28 00:33:43 +0800 |
commit | 5b1fa500d7047b6759f1c6e2a090c84a1a81c483 (patch) | |
tree | 7e0d6d048346fad63531be6dc3d5cb3959622af3 | |
parent | 71b1700af75c01dc9ead0621c7b52e460383fcaa (diff) | |
download | gsoc2013-empathy-5b1fa500d7047b6759f1c6e2a090c84a1a81c483.tar gsoc2013-empathy-5b1fa500d7047b6759f1c6e2a090c84a1a81c483.tar.gz gsoc2013-empathy-5b1fa500d7047b6759f1c6e2a090c84a1a81c483.tar.bz2 gsoc2013-empathy-5b1fa500d7047b6759f1c6e2a090c84a1a81c483.tar.lz gsoc2013-empathy-5b1fa500d7047b6759f1c6e2a090c84a1a81c483.tar.xz gsoc2013-empathy-5b1fa500d7047b6759f1c6e2a090c84a1a81c483.tar.zst gsoc2013-empathy-5b1fa500d7047b6759f1c6e2a090c84a1a81c483.zip |
We should display the avatar/preview when call is disconnected
-rw-r--r-- | src/empathy-call-window.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index 58bef084e..9f930d870 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -1351,6 +1351,9 @@ empathy_call_window_disconnected (EmpathyCallWindow *self) priv->call_started = FALSE; could_disconnect = TRUE; + + /* TODO: display the self avatar of the preview (depends if the "Always + * Show Video Preview" is enabled or not) */ } return could_disconnect; |