summaryrefslogtreecommitdiff
path: root/hardinfo2/shell.c
diff options
context:
space:
mode:
authorLeandro Augusto Fogolin Pereira <leandro@zorg.(none)>2009-01-02 20:27:12 -0200
committerLeandro Augusto Fogolin Pereira <leandro@zorg.(none)>2009-01-02 20:27:12 -0200
commited8b60a56aa1b4c933d84fe433bf69925f7aa854 (patch)
tree7e03e3916d1d67fcab27f2f89b3271fb92ede063 /hardinfo2/shell.c
parentc29ff93493d0c26aa83c144d3334d96db417ddbc (diff)
Add CPU clock reporting to benchmarks
Diffstat (limited to 'hardinfo2/shell.c')
-rw-r--r--hardinfo2/shell.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hardinfo2/shell.c b/hardinfo2/shell.c
index 7b560c8f..8ae2fd3b 100644
--- a/hardinfo2/shell.c
+++ b/hardinfo2/shell.c
@@ -919,7 +919,8 @@ group_handle_normal(GKeyFile * key_file, ShellModuleEntry * entry,
} else {
gtk_tree_store_append(store, &child, &parent);
}
-
+
+ /* FIXME: use g_key_file_get_string_list? */
if (strchr(value, '|')) {
gchar **columns = g_strsplit(value, "|", 0);