summaryrefslogtreecommitdiff
path: root/gtk2_ardour/video_timeline.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-04-09 03:47:47 +0200
committerRobin Gareus <robin@gareus.org>2013-04-09 04:05:42 +0200
commit49ddf8ecce0027e5cb96de2d361aec8d74b3c921 (patch)
tree3f755cda24e61af7b2f474e490ed06d16793b14f /gtk2_ardour/video_timeline.h
parent8a3ebe7510195b7d7f2c3eba3ae75b0e76b8db70 (diff)
vtl: disconnect from session-save signal
the videotimeline is a global unique instance that is allocated during startup and deleted on exit. The Scopedconnection is not deleted with the session.
Diffstat (limited to 'gtk2_ardour/video_timeline.h')
-rw-r--r--gtk2_ardour/video_timeline.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/video_timeline.h b/gtk2_ardour/video_timeline.h
index 559709d708..4bc3eb86c7 100644
--- a/gtk2_ardour/video_timeline.h
+++ b/gtk2_ardour/video_timeline.h
@@ -137,6 +137,8 @@ class VideoTimeLine : public sigc::trackable, public ARDOUR::SessionHandlePtr, p
PBD::Signal0<void> VtlUpdate;
PBD::Signal1<void,std::string> GuiUpdate;
void gui_update (const std::string &);
+
+ PBD::ScopedConnection sessionsave;
};
#endif /* __ardour_video_timeline_h__ */