From def14b5309427469d4c5fadc720a308ee0ec4b6a Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sun, 7 Jan 2007 17:44:15 +0000 Subject: Fix typo --- hardinfo2/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/shell.c') diff --git a/hardinfo2/shell.c b/hardinfo2/shell.c index 8c4002b4..2b5e7f3e 100644 --- a/hardinfo2/shell.c +++ b/hardinfo2/shell.c @@ -1013,7 +1013,7 @@ module_selected_show_info(ShellModuleEntry * entry, gboolean reload) ShellFieldUpdateSource *src = (ShellFieldUpdateSource *)sfusrc->data; GSource *source; - source = g_main_context_find_source_by_id(NULL, sfusrc->source_id); + source = g_main_context_find_source_by_id(NULL, src->source_id); if (source) { g_free(src->sfu->field_name); g_free(src->sfu); -- cgit v1.2.3