pull/7/head
parent 5174af6e42
commit 05cbf009f0

3
.gitignore vendored

@ -10,4 +10,5 @@ terminal-commands/
source/ubl-cmake.h
.BUILD.md
.updatebuild.sh
.install.sh
.install.sh
*vgcore*

@ -217,11 +217,9 @@ void on_save(){
gtk_tree_model_get(GTK_TREE_MODEL(main_config.tree_store),&childIter,1,&pack_name,2,&pack_path,3,&pack_status,4,&pack_old_repo,5,&pack_new_repo,6,&moved,9,&pack_code_name,10,&pack_version,11,&pack_arch,12,&pack_depends,13,&pack_sign,14,&pack_signed,-1);
if (!pack_path) continue;
char *pack_sign_paths;
// if (pack_status==1){
pack_sign_paths = yon_char_new(pack_path);
yon_char_divide(pack_sign_paths,yon_char_find_last(pack_sign_paths,'/'));
packnames = yon_char_unite(packnames ? yon_char_append(packnames," "):"",pack_sign_paths,NULL);
// }
if (pack_sign&&pack_signed==1){
yon_char_divide_search(pack_sign,"<",-1);
pack_sign=yon_char_divide_search(pack_sign,">",-1);

Binary file not shown.
Loading…
Cancel
Save