diff options
Diffstat (limited to 'src/empathy-call-window.c')
-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 05681c6d6..b9dd5e5b3 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -539,8 +539,11 @@ static void empathy_call_window_channel_closed_cb (TfChannel *channel, gpointer user_data) { EmpathyCallWindow *self = EMPATHY_CALL_WINDOW (user_data); + EmpathyCallWindowPriv *priv = GET_PRIV (self); empathy_call_window_status_message (self, _("Disconnected")); + + gtk_widget_set_sensitive (priv->camera_button, FALSE); } static void |