|
|
|
|
@ -500,16 +500,16 @@ void yon_interface_update(main_window *widgets){
|
|
|
|
|
gtk_list_store_set(widgets->WebPublicationList,&iter,5,parsed[3],-1);
|
|
|
|
|
}
|
|
|
|
|
if (cur_size>4&&!yon_char_is_empty(parsed[4])){
|
|
|
|
|
if (!strcmp(parsed[5],"sha256")||!strcmp(parsed[5],"sha512")){
|
|
|
|
|
if (!strcmp(parsed[4],"sha256")||!strcmp(parsed[4],"sha512")){
|
|
|
|
|
gtk_list_store_set(widgets->WebPublicationList,&iter,7,"******",-1);
|
|
|
|
|
gtk_list_store_set(widgets->WebPublicationList,&iter,6,parsed[5],-1);
|
|
|
|
|
gtk_list_store_set(widgets->WebPublicationList,&iter,6,parsed[4],-1);
|
|
|
|
|
} else {
|
|
|
|
|
if (strlen(parsed[4])==128||strlen(parsed[4])==64)
|
|
|
|
|
gtk_list_store_set(widgets->WebPublicationList,&iter,7,parsed[4],-1);
|
|
|
|
|
gtk_list_store_set(widgets->WebPublicationList,&iter,7,parsed[5],-1);
|
|
|
|
|
else
|
|
|
|
|
gtk_list_store_set(widgets->WebPublicationList,&iter,7,"******",-1);
|
|
|
|
|
if (cur_size>5&&!yon_char_is_empty(parsed[5])){
|
|
|
|
|
gtk_list_store_set(widgets->WebPublicationList,&iter,6,parsed[5],-1);
|
|
|
|
|
gtk_list_store_set(widgets->WebPublicationList,&iter,6,parsed[4],-1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|