we call a func that does not exist
This commit is contained in:
parent
be09166c15
commit
0fd60e88aa
|
@ -463,7 +463,6 @@ class PreferencesWindow:
|
|||
if widget.get_active():
|
||||
gajim.config.set('trayicon', True)
|
||||
gajim.interface.show_systray()
|
||||
gajim.interface.roster.update_status_comboxbox()
|
||||
else:
|
||||
gajim.config.set('trayicon', False)
|
||||
gajim.interface.hide_systray()
|
||||
|
|
Loading…
Reference in New Issue