Revert "gtk: only text area can have focus in chat window"

This reverts commit b03c70b06a.
This commit is contained in:
Gautier Pelloux-Prayer 2015-04-30 11:45:47 +02:00
parent e96e46980d
commit 66eb174aa7

View file

@ -116,7 +116,7 @@
<child>
<object class="GtkTextView" id="textview">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="can_focus">True</property>
<property name="border_width">4</property>
</object>
</child>