small fix on config.py

This commit is contained in:
bigpod 2005-03-06 19:45:38 +00:00
parent 7f3b895cdc
commit c6fe9aa655

View file

@ -153,7 +153,7 @@ class preferences_window:
else:
self.plugin.config['saveposition'] = 0
def on_merge_position_checkbutton_toggled(self, widget):
def on_merge_checkbutton_toggled(self, widget):
"""On Merge Accounts Checkbutton Toggled"""
if widget.get_active():
self.plugin.config['mergeaccounts'] = 1