File tree 1 file changed +3
-3
lines changed
usr/lib/linuxmint/mintUpdate
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):
224
224
if self .allow_kernel_type_selection :
225
225
# Set up the kernel type selection dropdown
226
226
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 :])
228
228
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 )
231
231
232
232
self .ui_window .show_all ()
233
233
self .ui_kernel_type_label .set_visible (self .allow_kernel_type_selection )
You can’t perform that action at this time.
0 commit comments