diff options
author | 05356787 <05356787@localhost.localdomain> | 2008-10-30 08:48:41 -0200 |
---|---|---|
committer | 05356787 <05356787@localhost.localdomain> | 2008-10-30 08:48:41 -0200 |
commit | 437e43308bc69e6d40d8252bd932276e2ba68a8e (patch) | |
tree | f705e05f28f8c0f7b89b4ee822bf7c13bebe0269 /hardinfo2/computer.c | |
parent | f42545bb0b1e7faf33e4bababff28ddd54017181 (diff) |
Allow adding more information per column
Diffstat (limited to 'hardinfo2/computer.c')
-rw-r--r-- | hardinfo2/computer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hardinfo2/computer.c b/hardinfo2/computer.c index 84e87610..379a091c 100644 --- a/hardinfo2/computer.c +++ b/hardinfo2/computer.c @@ -363,7 +363,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); } |