diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-04-26 18:19:40 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-04-26 18:19:40 -0300 |
commit | 22f840d9ca7fade0ebeeb44c54fad3cc64b07ac7 (patch) | |
tree | 8dcda7b111d2e2761d197164755f5446c09b7e8c /hardinfo2/util.c | |
parent | c2367073c9eb18987c6b9278d63f29fb7880283a (diff) |
Making more room to implement the remote mode :)
Diffstat (limited to 'hardinfo2/util.c')
-rw-r--r-- | hardinfo2/util.c | 1 |
1 files changed, 1 insertions, 0 deletions
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)); |