Fixed bug with Global Settings
Incorrectly named variable caused crash on start.
This commit is contained in:
parent
99ab388597
commit
0a1f12fb27
@ -83,8 +83,8 @@ class GlobalSettingsWindow(ui_globalsettingsdlg.Ui_GlobalSettings,
|
|||||||
self.__init_updates__()
|
self.__init_updates__()
|
||||||
|
|
||||||
def setup_application(self):
|
def setup_application(self):
|
||||||
self.qt_app.setApplicationName(self.tr("Qubes Global Settings"))
|
self.app.setApplicationName(self.tr("Qubes Global Settings"))
|
||||||
self.qt_app.setWindowIcon(QtGui.QIcon.fromTheme("qubes-manager"))
|
self.app.setWindowIcon(QtGui.QIcon.fromTheme("qubes-manager"))
|
||||||
|
|
||||||
def __init_system_defaults__(self):
|
def __init_system_defaults__(self):
|
||||||
# set up updatevm choice
|
# set up updatevm choice
|
||||||
|
Loading…
Reference in New Issue
Block a user