[empathy] We should display the avatar/preview when call is disconnected



commit 5b1fa500d7047b6759f1c6e2a090c84a1a81c483
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Nov 10 12:02:23 2009 +0000

    We should display the avatar/preview when call is disconnected

 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 58bef08..9f930d8 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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]