context menu: simplify the context menus in the right-click menu
commit44f2c3c95d08f0a1faaaf65129c98a24850f6b9f
authorDavid Aguilar <davvid@gmail.com>
Thu, 13 Nov 2008 08:22:05 +0000 (13 00:22 -0800)
committerDavid Aguilar <davvid@gmail.com>
Thu, 13 Nov 2008 08:22:05 +0000 (13 00:22 -0800)
tree30bbfbeb9c928d15347baa631cd7eba48debbafa
parentd70f7230de5e606e97d1f897e82a842693500f24
context menu: simplify the context menus in the right-click menu

This simplifies both the code creating the context menus and improves the
order in which items appear in the menu.  This moves the common operations
to the top of each context menu permutation and adds separators to delineate
less common/dangerous operations.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/controllers/__init__.py