controllers.main: Remove handling for the amend UI elements
commitc0a2a57adf0d8ea02120ebc66fbf85114fdb2c8c
authorDavid Aguilar <davvid@gmail.com>
Sat, 19 Sep 2009 20:57:06 +0000 (19 13:57 -0700)
committerDavid Aguilar <davvid@gmail.com>
Sat, 19 Sep 2009 22:37:23 +0000 (19 15:37 -0700)
tree7880817fbe38da8e0fc8c3df8ef1708db591f40c
parente98dc7c470d5a9a60d9e0c654f9794be76198c3b
controllers.main: Remove handling for the amend UI elements

UI interaction is directly handled by the view and
model state management is handled by the command object
so don't do anything in the controller.

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