From 148870bd0d9197dc4cfc08acf6be0c756d0f06bc Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Mon, 4 Jan 2010 22:29:04 -0200 Subject: Implement the graphical summary view in the shell, and do a proof of concept implementation for computer.so module. --- hardinfo2/arch/linux/common/os.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hardinfo2/arch/linux/common/os.h') diff --git a/hardinfo2/arch/linux/common/os.h b/hardinfo2/arch/linux/common/os.h index 23d4a7af..93d10f13 100644 --- a/hardinfo2/arch/linux/common/os.h +++ b/hardinfo2/arch/linux/common/os.h @@ -195,6 +195,8 @@ computer_get_os(void) } } + os->distro = g_strstrip(os->distro); + /* Kernel and hostname info */ uname(&utsbuf); os->kernel_version = g_strdup(utsbuf.version); -- cgit v1.2.3