don't show tabs when there is only one tab

This commit is contained in:
Yann Leboulanger 2005-08-04 11:04:41 +00:00
parent 834f90ff5a
commit b287327dd8
1 changed files with 1 additions and 2 deletions

View File

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