lib/actions.py
changeset 60 dad9733c99f0
parent 58 004a32370ba5
child 73 c078d8a04d76
equal deleted inserted replaced
59:2c5e38748004 60:dad9733c99f0
    28 actions['index'] = ('index', 'do_it')
    28 actions['index'] = ('index', 'do_it')
    29 actions['edit'] = ('edit', 'do_it')
    29 actions['edit'] = ('edit', 'do_it')
    30 actions['import'] = ('imp_xbel', 'do_it')
    30 actions['import'] = ('imp_xbel', 'do_it')
    31 actions['add'] = ('add', 'do_it')
    31 actions['add'] = ('add', 'do_it')
    32 actions['keywords'] = ('editkw', 'do_it')
    32 actions['keywords'] = ('editkw', 'do_it')
       
    33 actions['prefs'] = ('edit_prefs', 'do_it')