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

do not show the roster widows before it is positionned

parent cef48f8b
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -1261,7 +1261,6 @@ class roster_window:
if self.plugin.config.has_key('mergeaccounts'):
self.regroup = self.plugin.config['mergeaccounts']
if self.plugin.config.has_key('saveposition'):
self.window.hide()
if self.plugin.config['saveposition']:
if self.plugin.config.has_key('x-position') and \
self.plugin.config.has_key('y-position'):
......@@ -1271,7 +1270,7 @@ class roster_window:
self.plugin.config.has_key('height'):
self.window.resize(self.plugin.config['width'], \
self.plugin.config['height'])
self.window.show_all()
self.window.show_all()
self.groups = {}
self.contacts = {}
for a in self.plugin.accounts.keys():
......
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