From 0a1f12fb278e6e75f9cccf33258705c669663f3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marta=20Marczykowska-G=C3=B3recka?= Date: Sat, 30 Nov 2019 13:37:33 +0100 Subject: [PATCH] Fixed bug with Global Settings Incorrectly named variable caused crash on start. --- qubesmanager/global_settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qubesmanager/global_settings.py b/qubesmanager/global_settings.py index 389a0c7..ae93272 100644 --- a/qubesmanager/global_settings.py +++ b/qubesmanager/global_settings.py @@ -83,8 +83,8 @@ class GlobalSettingsWindow(ui_globalsettingsdlg.Ui_GlobalSettings, self.__init_updates__() def setup_application(self): - self.qt_app.setApplicationName(self.tr("Qubes Global Settings")) - self.qt_app.setWindowIcon(QtGui.QIcon.fromTheme("qubes-manager")) + self.app.setApplicationName(self.tr("Qubes Global Settings")) + self.app.setWindowIcon(QtGui.QIcon.fromTheme("qubes-manager")) def __init_system_defaults__(self): # set up updatevm choice