Indent fix
This commit is contained in:
parent
da91907656
commit
3390a4b8d7
@ -137,8 +137,8 @@ class QuteBrowser(QApplication):
|
|||||||
modeman.manager.register('insert', self._keyparsers['insert'].handle,
|
modeman.manager.register('insert', self._keyparsers['insert'].handle,
|
||||||
passthrough=True)
|
passthrough=True)
|
||||||
modeman.manager.register('passthrough',
|
modeman.manager.register('passthrough',
|
||||||
self._keyparsers['passthrough'].handle,
|
self._keyparsers['passthrough'].handle,
|
||||||
passthrough=True)
|
passthrough=True)
|
||||||
modeman.manager.register('command', self._keyparsers['command'].handle,
|
modeman.manager.register('command', self._keyparsers['command'].handle,
|
||||||
passthrough=True)
|
passthrough=True)
|
||||||
self.modeman = modeman.manager # for commands
|
self.modeman = modeman.manager # for commands
|
||||||
|
Loading…
Reference in New Issue
Block a user