You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/musescore/files/musescore-3.6.1-rename-audi...

13 lines
491 B

Fix misnamed variable causing build failure with USE=-mp3
https://bugs.gentoo.org/767760
Signed-off-by: Ionen Wolkens <sudinave@gmail.com>
--- a/mscore/exportdialog.cpp
+++ b/mscore/exportdialog.cpp
@@ -77,5 +77,5 @@
// Disable .mp3 option if unavailable
QStandardItem* mp3Item = fileTypeComboBoxModel->item(3);
- mp3Item->setFlags(audioItem->flags() & ~Qt::ItemIsEnabled);
+ mp3Item->setFlags(mp3Item->flags() & ~Qt::ItemIsEnabled);
# endif
# ifndef HAS_AUDIOFILE