views.main: Add callbacks for the repository browser
commit393f063f2cab78e99e6f75acb06fa86bf65ba83c
authorDavid Aguilar <davvid@gmail.com>
Thu, 24 Sep 2009 02:43:16 +0000 (23 19:43 -0700)
committerDavid Aguilar <davvid@gmail.com>
Thu, 24 Sep 2009 02:43:16 +0000 (23 19:43 -0700)
treef43f0ae641f27bf3fb66836c4da498ca61243f02
parent35e0635f3d92448d33276d648f77c3ca3377efc6
views.main: Add callbacks for the repository browser

This moves the repo browser callbacks into the main view,
further minimizing the role of the main controller.

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