mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02:00
2022-09-07 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdcatch(1) that broke operation of the head and tail audition buttons. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -23261,3 +23261,6 @@
|
|||||||
2022-09-06 Fred Gleason <fredg@paravelsystems.com>
|
2022-09-06 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed a bug in rdservice(8) that could cause a segfault when
|
* Fixed a bug in rdservice(8) that could cause a segfault when
|
||||||
started with a previous instance running.
|
started with a previous instance running.
|
||||||
|
2022-09-07 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a regression in rdcatch(1) that broke operation of the
|
||||||
|
head and tail audition buttons.
|
||||||
|
@@ -301,7 +301,7 @@ QString RecordListModel::hostName(const QModelIndex &row) const
|
|||||||
|
|
||||||
QString RecordListModel::cutName(const QModelIndex &row) const
|
QString RecordListModel::cutName(const QModelIndex &row) const
|
||||||
{
|
{
|
||||||
return d_texts.at(row.row()).at(25).toString();
|
return d_texts.at(row.row()).at(26).toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user