make all *View classes call their parent constructors.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 17 Aug 2009 21:45:43 +0000 (23:45 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 17 Aug 2009 21:45:43 +0000 (23:45 +0200)
This includes the top level classes that inherit from object, and
ensures that all constructors will be called in multiple inheritance
situations. This removes the need for the explicit call to
KeyBindingView's constructor.


No differences found