use correct GTK response code, given YES/NO buttons
This commit is contained in:
parent
061c58f16a
commit
e12fdc81b4
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user