summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-11-21 10:44:10 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-11-21 10:44:10 +0000
commit13adb2d599ad8ce2544d6a10c5609d23a00d7330 (patch)
tree42d6c0e541ab4a6dfea859f67a2ed13146775086 /gtk2_ardour
parent6862cd48a22229b6278cfd7da09633b888778f1c (diff)
other part of that fix from markus s. for visual state operations
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4230 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/editor_ops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc
index 0572665fa2..7bb4188e40 100644
--- a/gtk2_ardour/editor_ops.cc
+++ b/gtk2_ardour/editor_ops.cc
@@ -6176,7 +6176,7 @@ void
Editor::cancel_visual_state_op (uint32_t n)
{
if (visual_state_op_connection.empty()) {
- visual_state_op_connection.disconnect();
+ // visual_state_op_connection.disconnect();
goto_visual_state (n);
}
}