diff options
author | Chandni Verma <chandniverma2112@gmail.com> | 2011-05-27 18:43:49 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-30 19:29:41 +0800 |
commit | 1c1be234740e2e23f755668ce89483f0225ec329 (patch) | |
tree | 7f2c400cfe1cb85b9692df097888d72b6e28530a /libempathy-gtk/empathy-chat.c | |
parent | de0dd5093afcb898eaad92d0f15f6a342deda980 (diff) | |
download | gsoc2013-empathy-1c1be234740e2e23f755668ce89483f0225ec329.tar gsoc2013-empathy-1c1be234740e2e23f755668ce89483f0225ec329.tar.gz gsoc2013-empathy-1c1be234740e2e23f755668ce89483f0225ec329.tar.bz2 gsoc2013-empathy-1c1be234740e2e23f755668ce89483f0225ec329.tar.lz gsoc2013-empathy-1c1be234740e2e23f755668ce89483f0225ec329.tar.xz gsoc2013-empathy-1c1be234740e2e23f755668ce89483f0225ec329.tar.zst gsoc2013-empathy-1c1be234740e2e23f755668ce89483f0225ec329.zip |
Chatrooms: Make text input view sensitive on successful password entry
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=651058
Diffstat (limited to 'libempathy-gtk/empathy-chat.c')
-rw-r--r-- | 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 3fdb3bd53..246cc216b 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); } |