fix/workaround window-proxy session-management
authorRobin Gareus <robin@gareus.org>
Sun, 7 Jul 2013 02:18:23 +0000 (04:18 +0200)
committerRobin Gareus <robin@gareus.org>
Sun, 7 Jul 2013 02:18:23 +0000 (04:18 +0200)
commit3c6ff2f02f66eca9796cdc4ced5e39d91b4e22b7
treea7244282065eb2ebb865bfd4d80c340c694b4075
parent539e58bf5dc4ef3a815e6ef3d277c2ddd00284e5
fix/workaround window-proxy session-management

The window proxy defers construction of classes.
set_session() is called before the instances are available.
the proxy-manager only calls set_session() for SessionHandlePtr
but not the class-specific method..

fixes http://tracker.ardour.org/view.php?id=5566
gtk2_ardour/ardour_ui.cc
gtk2_ardour/ardour_ui.h
gtk2_ardour/ardour_ui_dialogs.cc