From f1415df22f9a7ea8f207049e1f9d48b44014d557 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sat, 30 Dec 2006 15:08:41 +0000 Subject: Image is now saved with the right size. Enable the save image as menu item only when needed. --- hardinfo2/util.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hardinfo2/util.c') diff --git a/hardinfo2/util.c b/hardinfo2/util.c index ce34a010..ccfc413f 100644 --- a/hardinfo2/util.c +++ b/hardinfo2/util.c @@ -427,6 +427,8 @@ static ShellModule *module_load(gchar *filename) { (gpointer) & (entry->morefunc)); g_module_symbol(module->dll, "hi_get_field", (gpointer) & (entry->fieldfunc)); + g_module_symbol(module->dll, "hi_note_func", + (gpointer) & (entry->notefunc)); entry->number = i; -- cgit v1.2.3