Remove the binding_map argument from KeyBindingView.__init__.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 17 Aug 2009 18:54:34 +0000 (20:54 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 17 Aug 2009 19:37:52 +0000 (21:37 +0200)
commit218b74c5e7d16bc6aef987d2a74caf0169c121dc
tree1eec6c8b8ede64bd03e97bc3c12a117331617685
parent573aa2fe332293b1a645071a6cf46481b08b32fd
Remove the binding_map argument from KeyBindingView.__init__.

This prepares for making the constructors involved in the View object
hierarchy all argumentless so they can properly be called in the normal
way.
src/gui/gui.py
src/gui/project_details/project_view.py
src/gui/projects_list/project_list_view.py