From fa00388280903e92217170919d9adb7a50355426 Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Thu, 9 Apr 2026 15:38:00 +0600 Subject: [PATCH] Fixed module installation page size with no synced DB --- source/ubinstall-gtk-components.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/ubinstall-gtk-components.c b/source/ubinstall-gtk-components.c index 7c2e08f..21d7b16 100644 --- a/source/ubinstall-gtk-components.c +++ b/source/ubinstall-gtk-components.c @@ -539,7 +539,7 @@ void yon_software_init(main_window *widgets){ yon_char_parsed_free(tags_parsed,parsed_size); } row->description = yon_packages_get_description(YON_PACKAGES_ALL,base[i]); - long size = yon_packages_get_size(YON_PACKAGES_ALL,base[i]); + long size = yon_packages_get_installed_size(YON_PACKAGES_ALL,base[i]); char mod = '\0'; double size_converted = yon_size_long_convert_automatic(size,&mod); @@ -596,9 +596,9 @@ void yon_pacman_init(main_window *widgets){ int size=0; config_str parsed = yon_char_parse(pacman_packages,&size,","); for (int i=0;i