summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vca_master_strip.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-05-19 15:44:35 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:44 -0400
commite12fdc81b4f4f89f6488cd127f4ac6c88a3d181a (patch)
tree3bbdc44f2c93f87375edd4a7210e5604b661170d /gtk2_ardour/vca_master_strip.cc
parent061c58f16ae43c60eb1f8a478e8aa0f32e86a80d (diff)
use correct GTK response code, given YES/NO buttons
Diffstat (limited to 'gtk2_ardour/vca_master_strip.cc')
-rw-r--r--gtk2_ardour/vca_master_strip.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/vca_master_strip.cc b/gtk2_ardour/vca_master_strip.cc
index eb433d04f2..a6f69b1ec1 100644
--- a/gtk2_ardour/vca_master_strip.cc
+++ b/gtk2_ardour/vca_master_strip.cc
@@ -234,7 +234,7 @@ VCAMasterStrip::hide_confirmation (int response)
delete_dialog->hide ();
switch (response) {
- case RESPONSE_OK:
+ case RESPONSE_YES:
/* get everything to deassign. This will also delete ourselves (when
* idle) and that in turn will remove us from the Mixer GUI
*/