Fix saving stream settings.

This commit is contained in:
Craig Drummond
2018-05-24 18:01:28 +01:00
committed by Craig Drummond
parent 1ff06b1cf7
commit 76f939ee14
2 changed files with 2 additions and 0 deletions

View File

@@ -52,6 +52,7 @@
40. Fix adding streams from provider dialog.
41. Reduce number of confirmation dialogs.
42. Remove group warning from initial wizard.
43. Fix saving stream settings.
2.3.0
-----

View File

@@ -314,6 +314,7 @@ void StreamsSettings::slotButtonClicked(int button)
remove();
break;
case Close:
save();
reject();
// Need to call this - if not, when dialog is closed by window X control, it is not deleted!!!!
Dialog::slotButtonClicked(button);