[empathy] Chatrooms: Make text input view sensitive on successful password entry
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Chatrooms: Make text input view sensitive on successful password entry
- Date: Mon, 30 May 2011 11:31:03 +0000 (UTC)
commit 1c1be234740e2e23f755668ce89483f0225ec329
Author: Chandni Verma <chandniverma2112 gmail com>
Date: Fri May 27 16:13:49 2011 +0530
Chatrooms: Make text input view sensitive on successful password entry
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=651058
libempathy-gtk/empathy-chat.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index 3fdb3bd..246cc21 100644
--- a/libempathy-gtk/empathy-chat.c
+++ b/libempathy-gtk/empathy-chat.c
@@ -3402,6 +3402,7 @@ provide_password_cb (GObject *tp_chat,
/* Room joined */
gtk_widget_set_sensitive (priv->hpaned, TRUE);
+ gtk_widget_set_sensitive (self->input_text_view, TRUE);
gtk_widget_grab_focus (self->input_text_view);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]