Skip to content
Snippets Groups Projects
Commit b3d80edf authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

add a comment

parent 5008a158
No related branches found
No related tags found
No related merge requests found
......@@ -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':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment