From 22f840d9ca7fade0ebeeb44c54fad3cc64b07ac7 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sun, 26 Apr 2009 18:19:40 -0300 Subject: Making more room to implement the remote mode :) --- hardinfo2/util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hardinfo2/util.c') diff --git a/hardinfo2/util.c b/hardinfo2/util.c index b1771957..7b99f0ea 100644 --- a/hardinfo2/util.c +++ b/hardinfo2/util.c @@ -637,6 +637,7 @@ static ShellModule *module_load(gchar * filename) if (params.gui_running) { entry->icon = icon_cache_get_pixbuf(entries[i].icon); } + entry->icon_file = entries[i].icon; g_module_symbol(module->dll, "hi_more_info", (gpointer) & (entry->morefunc)); -- cgit v1.2.3