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