changeset 73 | c078d8a04d76 |
parent 60 | dad9733c99f0 |
child 74 | 6784c4350b41 |
--- a/lib/actions.py Wed Dec 31 01:40:46 2008 -0500 +++ b/lib/actions.py Wed Dec 31 01:53:22 2008 -0500 @@ -29,5 +29,6 @@ actions['edit'] = ('edit', 'do_it') actions['import'] = ('imp_xbel', 'do_it') actions['add'] = ('add', 'do_it') +actions['bookmark'] = ('add', 'do_it') actions['keywords'] = ('editkw', 'do_it') actions['prefs'] = ('edit_prefs', 'do_it')