From 3722c94e232b39d2a05ef359a60d25ac0cbe7887 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sun, 15 Oct 2006 21:57:09 +0000 Subject: Make menu shortcuts work, plug memory leaks, socket code cleanup --- hardinfo2/benchmark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/benchmark.c') diff --git a/hardinfo2/benchmark.c b/hardinfo2/benchmark.c index d66d0b8c..9bd1fc65 100644 --- a/hardinfo2/benchmark.c +++ b/hardinfo2/benchmark.c @@ -47,7 +47,7 @@ benchmark_include_results(gchar *results, const gchar *benchmark) conf = g_key_file_new(); bconf_path = g_strdup_printf("%s/hardinfo/benchmark.conf", - gbr_find_data_dir(PREFIX)); + path_data); g_key_file_load_from_file(conf, bconf_path, 0, NULL); machines = g_key_file_get_keys(conf, benchmark, NULL, NULL); -- cgit v1.2.3