summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Čerman <ondrej.cerman@gmail.com>2018-11-18 15:44:05 +0100
committerLeandro A. F. Pereira <leandro@hardinfo.org>2018-11-19 03:12:23 -0800
commit386afce7cba3fd4cd27b1e7a7129ab9f8891e810 (patch)
treeb14a0befd06a39bedab5cba9ca0c7c704096ba20
parented47b30744de97b697c2fede987a2d7d4cdd7116 (diff)
Re-enabled desktop enviroment field
-rw-r--r--modules/computer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/computer.c b/modules/computer.c
index 45c4502e..e3976e81 100644
--- a/modules/computer.c
+++ b/modules/computer.c
@@ -509,6 +509,7 @@ gchar *callback_os(void)
info_field(_("User Name"), computer->os->username),
info_field(_("Language"), computer->os->language),
info_field(_("Home Directory"), computer->os->homedir),
+ info_field(_("Desktop Environment"), computer->os->desktop),
info_field_last());
info_add_group(info, _("Security"),