[empathy: 86/99] Disable the dialpad when the call ends
- From: Emilio Pozuelo Monfort <epm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy: 86/99] Disable the dialpad when the call ends
- Date: Thu, 9 Jun 2011 09:56:34 +0000 (UTC)
commit b1008464fa6550f3958a4acad3b8fc5ee5457207
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date: Mon Jun 6 13:21:33 2011 +0100
Disable the dialpad when the call ends
src/empathy-call-window.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index a882bdf..eac2bca 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -1832,6 +1832,7 @@ empathy_call_window_disconnected (EmpathyCallWindow *self,
gtk_window_unfullscreen (GTK_WINDOW (self));
gtk_action_set_sensitive (priv->menu_fullscreen, FALSE);
+ gtk_widget_set_sensitive (priv->dtmf_panel, FALSE);
could_reset_pipeline = empathy_call_window_reset_pipeline (self);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]