diff --git a/.gitignore b/.gitignore index 3fc87b1..aa381cb 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ terminal-commands/ source/ubl-cmake.h .BUILD.md .updatebuild.sh -.install.sh \ No newline at end of file +.install.sh +*vgcore* \ No newline at end of file diff --git a/source/ubl-settings-repomanager.c b/source/ubl-settings-repomanager.c index 9b3b187..60a5e68 100644 --- a/source/ubl-settings-repomanager.c +++ b/source/ubl-settings-repomanager.c @@ -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); diff --git a/vgcore.36074 b/vgcore.36074 deleted file mode 100644 index b8829ed..0000000 Binary files a/vgcore.36074 and /dev/null differ