diff options
Diffstat (limited to 'src')
-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; |