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

save status of showOffline option

parent 5bd5c76c
No related branches found
No related tags found
No related merge requests found
......@@ -1810,6 +1810,7 @@ class roster_Window:
"""when show offline option is changed :
redraw the treeview"""
self.plugin.config['showoffline'] = 1 - self.plugin.config['showoffline']
self.plugin.send('CONFIG', None, ('GtkGui', self.plugin.config))
self.draw_roster()
def iconCellDataFunc(self, column, renderer, model, iter, data=None):
......
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