Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
simple bug fix of misplaced underscore
  • Loading branch information
Andrew Fowlie authored and raveit65 committed Jan 18, 2019
1 parent 94b3061 commit 71daf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/snippets/snippets/__init__.py
Expand Up @@ -87,7 +87,7 @@ def create_configure_dialog(self):
def accelerator_activated(self, group, obj, keyval, mod):
ret = False

if _self.helper:
if self._helper:
ret = self._helper.accelerator_activated(keyval, mod)

return ret

0 comments on commit 71daf90

Please sign in to comment.