Skip to content

Commit

Permalink
Tiny fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
murchik committed Apr 24, 2015
1 parent 193d5a7 commit f1a7d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uzbl/plugins/completion.py
Expand Up @@ -146,7 +146,7 @@ def start_completion(self, *args):
self.completion.unlock()
return

elif partial in hints and completion.level == COMPLETE:
elif partial in hints and self.completion.level == COMPLETE:
self.completion.lock()
self.complete_completion(partial, partial, set_completion)
self.completion.unlock()
Expand Down

0 comments on commit f1a7d11

Please sign in to comment.