little bugfix

This commit is contained in:
Yann Leboulanger 2005-06-01 20:01:11 +00:00
parent 3ac667cc32
commit b49addcafe
1 changed files with 1 additions and 1 deletions

View File

@ -816,7 +816,7 @@ class Preferences_window:
def on_msg_treemodel_row_changed(self, model, path, iter):
self.save_status_messages(model)
def on_msg_treemodel_row_deleted(self, model, path, iter):
def on_msg_treemodel_row_deleted(self, model, path):
self.save_status_messages(model)
def on_links_open_with_combobox_changed(self, widget):