diff options
Diffstat (limited to 'hardinfo2/shell.c')
-rw-r--r-- | hardinfo2/shell.c | 3 |
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); |