2022-11-14 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in rdcatch(1) that caused the 'Edit Recording'
	dialog to load an incorrect value for the 'Source:' control.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-11-14 13:00:42 -05:00
parent c54d080049
commit f6bf97cb94
3 changed files with 16 additions and 62 deletions

View File

@@ -2,7 +2,7 @@
//
// Edit a Rivendell Netcatch Recording
//
// (C) Copyright 2002-2021 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2022 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@@ -68,10 +68,7 @@ class EditRecording : public RDDialog
private:
void Save();
bool CheckEvent(bool include_myself);
QString GetSourceName(int input);
int GetSource();
RDDeck *edit_deck;
// RDCutDialog *edit_cut_dialog;
RDRecording *edit_recording;
EventWidget *edit_event_widget;
QGroupBox *edit_start_groupbox;