fix [potential] double clock connection:
authorRobin Gareus <robin@gareus.org>
Sun, 31 Aug 2014 05:54:59 +0000 (07:54 +0200)
committerRobin Gareus <robin@gareus.org>
Sun, 31 Aug 2014 05:54:59 +0000 (07:54 +0200)
commit059e438f401e9c54f87c55743ab81c79c8982821
tree91c718a5e1aa69c02373dbc9995792ff43ff04ce
parent7d3f0bfd7507dde66cf7c041883a9c1b21f898b9
fix [potential] double clock connection:

ARDOUR_UI::set_session() starts clocking for a given session.
make sure ARDOUR_UI::parameter_changed() does not connect
before the session is active.
gtk2_ardour/ardour_ui_options.cc