This commit is contained in:
Yann Leboulanger 2005-04-02 21:55:22 +00:00
parent 8e419e899c
commit b164e5232a
1 changed files with 2 additions and 2 deletions

View File

@ -327,7 +327,7 @@ class Preferences_window:
emots.append(model.get_value(iter, 1))
iter = model.iter_next(iter)
self.plugin.config['emoticons'] = '\t'.join(emots)
self.plugin.init_regex()
self.plugin.init_regexp()
def on_emoticons_treemodel_row_changed(self, model, path, iter):
if model[path][1] != None and len(model[path][1]) != 0:
@ -338,7 +338,7 @@ class Preferences_window:
emots.append(model.get_value(iter, 1))
iter = model.iter_next(iter)
self.plugin.config['emoticons'] = '\t'.join(emots)
self.plugin.init_regex()
self.plugin.init_regexp()
def on_auto_pop_up_checkbutton_toggled(self, widget):
self.on_checkbutton_toggled(widget, 'autopopup', None,\