|
|
|
|
@ -275,7 +275,7 @@ gboolean yon_tab_create_tags(kernels_tab *tab){
|
|
|
|
|
if ((!(launched&&!strcmp(tab->package,launched))&&(boot_run&&!yon_char_is_empty(boot_run[0])&&strcmp(tab->package,boot_run[0])))){
|
|
|
|
|
gtk_widget_show(tab->launch_button);
|
|
|
|
|
}
|
|
|
|
|
else if (launched&&(strcmp(tab->package,launched))&&(boot_run&&boot_run[0]&&!strcmp(tab->package,boot_run[0]))){
|
|
|
|
|
else if (boot_run&&boot_run[0]&&(!launched||strcmp(launched,boot_run[0]))&&(!strcmp(tab->package,boot_run[0]))){
|
|
|
|
|
gtk_widget_show(tab->launch_button);
|
|
|
|
|
yon_tag_add(GTK_BOX(tab->install_tags_box),RUNNING_LABEL,"tag_green",NULL);
|
|
|
|
|
} else if (!launched){
|
|
|
|
|
|