mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-19 22:48:01 +02:00
2023-08-04 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlibrary(1) that caused cart deletion to fail with the message "Voicetrack Found". Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
318a5f18e2
commit
5b7409c7ea
@ -24327,3 +24327,6 @@
|
||||
* Incremented the package version to 4.0.2int0.
|
||||
2023-08-04 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a destructor to the 'RDMulticaster' class.
|
||||
2023-08-04 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in rdlibrary(1) that caused cart deletion to
|
||||
fail with the message "Voicetrack Found".
|
||||
|
@ -424,9 +424,9 @@ RDCart::Type RDLibraryModel::cartType(const QModelIndex &index) const
|
||||
QString RDLibraryModel::cartOwnedBy(const QModelIndex &index)
|
||||
{
|
||||
if(isCart(index)) {
|
||||
return d_texts.at(index.row()).at(20).toString();
|
||||
return d_texts.at(index.row()).at(23).toString();
|
||||
}
|
||||
return d_texts.at(index.internalId()-1).at(20).toString();
|
||||
return d_texts.at(index.internalId()-1).at(23).toString();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user