do not show tabs in groupchat window when it is opened

This commit is contained in:
Yann Leboulanger 2005-03-07 17:06:16 +00:00
parent b791479159
commit a5fb5e6319
1 changed files with 1 additions and 1 deletions

View File

@ -7109,7 +7109,7 @@ Custom</property>
<child>
<widget class="GtkNotebook" id="chat_notebook">
<property name="visible">True</property>
<property name="show_tabs">True</property>
<property name="show_tabs">False</property>
<property name="show_border">True</property>
<property name="tab_pos">GTK_POS_TOP</property>
<property name="scrollable">True</property>