|
|
|
@ -1276,7 +1276,7 @@ void yon_config_load_update(main_window *widgets){
|
|
|
|
else if (arch_status==2&&packages_status==2)
|
|
|
|
else if (arch_status==2&&packages_status==2)
|
|
|
|
sign_status_image = "";
|
|
|
|
sign_status_image = "";
|
|
|
|
else
|
|
|
|
else
|
|
|
|
sign_status_image = key_error_icon_name;
|
|
|
|
sign_status_image = warning_icon_name;
|
|
|
|
gtk_tree_store_append(widgets->RepoList,&childiter,&itar);
|
|
|
|
gtk_tree_store_append(widgets->RepoList,&childiter,&itar);
|
|
|
|
gtk_tree_store_set(widgets->RepoList,&childiter,0,sign_status_image,2,dirs[k],3,arch_path,-1);
|
|
|
|
gtk_tree_store_set(widgets->RepoList,&childiter,0,sign_status_image,2,dirs[k],3,arch_path,-1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|