diff -rupN libffado-2.4.0.org/support/mixer-qt4/ffado/ffadowindow.py libffado-2.4.0/support/mixer-qt4/ffado/ffadowindow.py --- libffado-2.4.0.org/support/mixer-qt4/ffado/ffadowindow.py 2017-06-04 03:23:13.000000000 -0400 +++ libffado-2.4.0/support/mixer-qt4/ffado/ffadowindow.py 2018-01-05 20:27:25.394068104 -0500 @@ -22,6 +22,8 @@ # along with this program. If not, see . # +import ctypes +import datetime import os from ffado.config import * @@ -92,7 +94,8 @@ class FFADOWindow(QMainWindow): self.menuTheme[theme].setCheckable(True) if (ffado_python3 and (self.style().objectName().lower() == theme.lower()) or - not(ffado_python3) and (self.style().objectName().toLower() == theme.toLower())): + not(ffado_python3) and (self.style().objectName().toLower() == theme.toLower() if ffado_pyqt_version == 4 else + self.style().objectName().lower() == theme.lower())): self.menuTheme[theme].setDisabled(True) self.menuTheme[theme].setChecked(True) self.menuTheme[theme].triggered.connect(self.switchTheme ) @@ -174,9 +177,11 @@ class FFADOWindow(QMainWindow): QMessageBox.about( self, "About FFADO", """

ffado.org

+

{ffado_version}

+

FFADO is the new approach to have firewire audio on linux.

-

© 2006-2014 by the FFADO developers
ffado is licensed under the GPLv3, for the full license text see www.gnu.org/licenses or the LICENSE.* files shipped with ffado.

+

© 2006-2018 by the FFADO developers
ffado is licensed under the GPLv3, for the full license text see www.gnu.org/licenses or the LICENSE.* files shipped with ffado.

FFADO developers are: