diff -r 31271426f879 -r 004a32370ba5 lib/actions.py --- a/lib/actions.py Sat Dec 27 20:23:39 2008 -0500 +++ b/lib/actions.py Sun Dec 28 12:24:02 2008 -0500 @@ -29,4 +29,4 @@ actions['edit'] = ('edit', 'do_it') actions['import'] = ('imp_xbel', 'do_it') actions['add'] = ('add', 'do_it') -actions['confirm'] = ('add', 'do_it') +actions['keywords'] = ('editkw', 'do_it')