Fixed launched tag

pull/93/head
parent 41737ee247
commit 8b86fe5365
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -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){

Loading…
Cancel
Save