Fix saving stream settings.
This commit is contained in:
committed by
Craig Drummond
parent
1ff06b1cf7
commit
76f939ee14
@@ -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
|
||||
-----
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user