From 23346a954ffb08b115cd45ea2a40f995e3441f8b Mon Sep 17 00:00:00 2001 From: Burt P Date: Sun, 7 Jul 2019 13:40:10 -0500 Subject: UbuntuFlavor -> DistroFlavor: perhaps more easily used by non-ubuntu distros Signed-off-by: Burt P --- modules/computer/os.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/computer/os.c') diff --git a/modules/computer/os.c b/modules/computer/os.c index dae93761..ab557fa6 100644 --- a/modules/computer/os.c +++ b/modules/computer/os.c @@ -21,7 +21,7 @@ #include #include "hardinfo.h" #include "computer.h" -#include "ubuntu_flavors.h" +#include "distro_flavors.h" static gchar * get_libc_version(void) @@ -536,7 +536,7 @@ computer_get_os(void) GSList *flavs = ubuntu_flavors_scan(); if (flavs) { /* just use the first one */ - os->ubuntu_flavor = (UbuntuFlavor*)flavs->data; + os->distro_flavor = (DistroFlavor*)flavs->data; } g_slist_free(flavs); } -- cgit v1.2.3