diff options
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); } |