save status of showOffline option

This commit is contained in:
Yann Leboulanger 2004-04-24 23:45:46 +00:00
parent 5bd5c76c0b
commit 4231e0f09f
1 changed files with 1 additions and 0 deletions

View File

@ -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):