mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-18 15:09:39 +02:00
Fixed delete and voice track buttons
This commit is contained in:
parent
4f8a5278fd
commit
0119539d82
@ -17894,3 +17894,5 @@
|
|||||||
2018-10-23 Fred Gleason <fredg@paravelsystems.com>
|
2018-10-23 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed a bug in 'configure.ac' that caused detection of FLAC
|
* Fixed a bug in 'configure.ac' that caused detection of FLAC
|
||||||
support to always fail.
|
support to always fail.
|
||||||
|
2018-10-27 Patrick Linstruth <patrick@deltecent.com>
|
||||||
|
* Fix delete and voice track buttons in rdlogedit(1)
|
||||||
|
@ -631,8 +631,8 @@ void MainWidget::logSelectionChangedData()
|
|||||||
item=(ListListViewItem *)item->nextSibling();
|
item=(ListListViewItem *)item->nextSibling();
|
||||||
}
|
}
|
||||||
log_edit_button->setEnabled(count==1);
|
log_edit_button->setEnabled(count==1);
|
||||||
log_delete_button->setEnabled(count>0);
|
log_delete_button->setEnabled(count>0&&rda->user()->deleteLog());
|
||||||
log_track_button->setEnabled(count==1);
|
log_track_button->setEnabled(count==1&&rda->user()->voicetrackLog());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user