|
|
|
|
@ -153,7 +153,7 @@ gboolean yon_tab_create_tags(kernels_tab *tab){
|
|
|
|
|
config_str boot_run = yon_config_load(get_active_kernel_command,&boot_size);
|
|
|
|
|
yon_char_remove_last_symbol(boot_run[0],'\n');
|
|
|
|
|
|
|
|
|
|
if ((launched&&strcmp(tab->package,launched))||(strcmp(tab->package,boot_run[0]))){
|
|
|
|
|
if ((launched&&strcmp(tab->package,launched))&&(strcmp(tab->package,boot_run[0]))){
|
|
|
|
|
gtk_widget_show(tab->launch_button);
|
|
|
|
|
} else gtk_widget_hide(tab->launch_button);
|
|
|
|
|
}
|
|
|
|
|
|