]> git.0d.be Git - empathy.git/commitdiff
Chatrooms: Make text input view sensitive on successful password entry
authorChandni Verma <chandniverma2112@gmail.com>
Fri, 27 May 2011 10:43:49 +0000 (16:13 +0530)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 30 May 2011 11:29:41 +0000 (13:29 +0200)
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=651058
libempathy-gtk/empathy-chat.c

index 3fdb3bd53a20449fa100ca670c5269350d638336..246cc216b0b5421ba36e8892521feecd6144f22e 100644 (file)
@@ -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);
 }