aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/computer.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2008-10-30 19:46:50 -0300
committerLeandro A. F. Pereira <leandro@hardinfo.org>2008-10-30 19:46:50 -0300
commit69268767f3055cb6e1548459185c2617ef7977f6 (patch)
tree347ec46bbd08c804c84d0fd7523916134cf2af00 /hardinfo2/computer.c
parent8914b84d5db87443b311a9646c9c93ea2b4f2c27 (diff)
parent1d2c77e7e1b4c3fcbc6a36dd89fe3287c324e032 (diff)
Merge branch 'master' of git@github.com:lpereira/hardinfo
Diffstat (limited to 'hardinfo2/computer.c')
-rw-r--r--hardinfo2/computer.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/hardinfo2/computer.c b/hardinfo2/computer.c
index 84e87610..f51fdb36 100644
--- a/hardinfo2/computer.c
+++ b/hardinfo2/computer.c
@@ -315,8 +315,9 @@ gchar *callback_fs()
return g_strdup_printf("[$ShellParam$]\n"
"ViewType=1\n"
"ReloadInterval=5000\n"
- "ColumnTitle$TextValue=Mount Point\n"
- "ColumnTitle$Value=Total / Free Space\n"
+ "ColumnTitle$TextValue=Device\n"
+ "ColumnTitle$Value=Free\n"
+ "ColumnTitle$Extra1=Total\n"
"ShowColumnHeaders=true\n"
"[Mounted File Systems]\n%s\n", fs_list);
}
@@ -363,7 +364,8 @@ gchar *callback_network()
"ReloadInterval=3000\n"
"ViewType=1\n"
"ColumnTitle$TextValue=Device\n"
- "ColumnTitle$Value=Statistics\n"
+ "ColumnTitle$Value=IP Address\n"
+ "ColumnTitle$Extra1=Statistics\n"
"ShowColumnHeaders=true\n"
"%s", network_interfaces, network_icons);
}