can anyone reproduce it now?

This commit is contained in:
Nikos Kouremenos 2005-03-06 00:49:09 +00:00
parent a3b284155e
commit 75cdeb819f
1 changed files with 1 additions and 1 deletions

View File

@ -7929,7 +7929,6 @@ Custom</property>
<widget class="GtkWindow" id="tabbed_chat_window">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="has_focus">True</property>
<property name="title" translatable="yes">Chat</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
@ -8222,6 +8221,7 @@ Custom</property>
<widget class="GtkTextView" id="message_textview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="has_focus">True</property>
<property name="editable">True</property>
<property name="overwrite">False</property>
<property name="accepts_tab">True</property>