aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-10 20:02:23 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-28 00:33:43 +0800
commit5b1fa500d7047b6759f1c6e2a090c84a1a81c483 (patch)
tree7e0d6d048346fad63531be6dc3d5cb3959622af3 /src
parent71b1700af75c01dc9ead0621c7b52e460383fcaa (diff)
downloadgsoc2013-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
Diffstat (limited to 'src')
-rw-r--r--src/empathy-call-window.c3
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;