Fix a bug introduced in ee6c7d3

(the command args parser would never parse three args, making /set
unable to set section-specific options)
This commit is contained in:
mathieui 2015-04-13 14:28:52 +02:00
parent 8f373ccb0e
commit c8caccc9a1
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -536,7 +536,7 @@ def command_remove_bookmark(self, args):
else:
self.information(_('No bookmark to remove'), 'Info')
@command_args_parser.quoted(0, 2)
@command_args_parser.quoted(0, 3)
def command_set(self, args):
"""
/set [module|][section] <option> [value]