use correct GTK response code, given YES/NO buttons

This commit is contained in:
Paul Davis 2016-05-19 15:44:35 -04:00
parent 061c58f16a
commit e12fdc81b4

View File

@ -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
*/