save status of showOffline option
This commit is contained in:
parent
5bd5c76c0b
commit
4231e0f09f
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue