add a comment

This commit is contained in:
Yann Leboulanger 2005-11-28 15:38:07 +00:00
parent 5008a15838
commit b3d80edfb9
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@ class Chat:
# notebook customizations
self.notebook = self.xml.get_widget('chat_notebook')
self.notebook.remove_page(0) # FIXME why??
# Remove the page that is in glade
self.notebook.remove_page(0)
pref_pos = gajim.config.get('tabs_position')
if pref_pos != 'top':
if pref_pos == 'bottom':