From 8f1e05c4564e41bfa9b77e1f7576735f39f60553 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Mon, 16 Feb 2009 21:25:42 +0000 Subject: Set the camera button insensitive after a call Signed-off-by: Sjoerd Simons svn path=/trunk/; revision=2495 --- src/empathy-call-window.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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 -- cgit v1.2.3