typo
This commit is contained in:
parent
8e419e899c
commit
b164e5232a
|
@ -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,\
|
||||
|
|
Loading…
Reference in New Issue