File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
usr/lib/linuxmint/mintUpdate Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -224,10 +224,10 @@ def __init__(self, callback=None):
224224 if self .allow_kernel_type_selection :
225225 # Set up the kernel type selection dropdown
226226 for index , kernel_type in enumerate (SUPPORTED_KERNEL_TYPES ):
227- self .kernel_type_combo .append_text (kernel_type [1 :])
227+ self .ui_kernel_type_combo .append_text (kernel_type [1 :])
228228 if kernel_type [1 :] == CONFIGURED_KERNEL_TYPE [1 :]:
229- self .kernel_type_combo .set_active (index )
230- self .ui_kernel_type_combo .connect ("changed" , on_kernel_type_combo_changed )
229+ self .ui_kernel_type_combo .set_active (index )
230+ self .ui_kernel_type_combo .connect ("changed" , self . on_kernel_type_combo_changed )
231231
232232 self .ui_window .show_all ()
233233 self .ui_kernel_type_label .set_visible (self .allow_kernel_type_selection )
You can’t perform that action at this time.
0 commit comments