aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-02-17 05:25:42 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2009-02-17 05:25:42 +0800
commit1bdc15413d14ae27176c68cdd9d64d3904320e32 (patch)
tree500ef5b71d0523e5c1141b7c8e72d82d30d67711
parent035f78d1d667788c7b78d4ebfc9d81d246e9c5c8 (diff)
downloadgsoc2013-empathy-1bdc15413d14ae27176c68cdd9d64d3904320e32.tar
gsoc2013-empathy-1bdc15413d14ae27176c68cdd9d64d3904320e32.tar.gz
gsoc2013-empathy-1bdc15413d14ae27176c68cdd9d64d3904320e32.tar.bz2
gsoc2013-empathy-1bdc15413d14ae27176c68cdd9d64d3904320e32.tar.lz
gsoc2013-empathy-1bdc15413d14ae27176c68cdd9d64d3904320e32.tar.xz
gsoc2013-empathy-1bdc15413d14ae27176c68cdd9d64d3904320e32.tar.zst
gsoc2013-empathy-1bdc15413d14ae27176c68cdd9d64d3904320e32.zip
Set the camera button insensitive after a call
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2495 4ee84921-47dd-4033-b63a-18d7a039a3e4
-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 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