diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-11-20 13:36:08 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-11-20 13:36:08 +0000 |
commit | dd1e13d0d459db5847649b0b45b84a68a3b2b667 (patch) | |
tree | 8349a8093a3d682598bebc9cb885a6c477403787 /hardinfo2/menu.c | |
parent | e1244a5e16cf78fdf9d70009d4d0be368891eacd (diff) |
More cleanups
Diffstat (limited to 'hardinfo2/menu.c')
-rw-r--r-- | hardinfo2/menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |