We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263b7ac commit b967926Copy full SHA for b967926
usr/lib/linuxmint/mintUpdate/kernelwindow.py
@@ -239,7 +239,7 @@ def __init__(self, callback=None):
239
self.ui_stack.set_visible_child_name("intro_page")
240
241
# Refresh window on kernel type selection change
242
- def on_kernel_type_combo_changed(widget):
+ def on_kernel_type_combo_changed(self, widget):
243
global CONFIGURED_KERNEL_TYPE
244
CONFIGURED_KERNEL_TYPE = "-" + widget.get_active_text()
245
self.settings.set_string("selected-kernel-type", CONFIGURED_KERNEL_TYPE)
0 commit comments