From dd1e13d0d459db5847649b0b45b84a68a3b2b667 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Mon, 20 Nov 2006 13:36:08 +0000 Subject: More cleanups --- hardinfo2/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/menu.c') diff --git a/hardinfo2/menu.c b/hardinfo2/menu.c index 63b5a2b2..9a301700 100644 --- a/hardinfo2/menu.c +++ b/hardinfo2/menu.c @@ -121,7 +121,7 @@ void menu_init(Shell *shell) /* Read in the UI from our XML file */ error = NULL; - uidefs_path = g_build_filename(path_data, "uidefs.xml", NULL); + uidefs_path = g_build_filename(params.path_data, "uidefs.xml", NULL); gtk_ui_manager_add_ui_from_file(menu_manager, uidefs_path, &error); g_free(uidefs_path); -- cgit v1.2.3