summaryrefslogtreecommitdiff
path: root/hardinfo2/shell.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2007-01-07 17:44:15 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2007-01-07 17:44:15 +0000
commitdef14b5309427469d4c5fadc720a308ee0ec4b6a (patch)
treec881a2613c4eade1d95c565a7cf4539790d294f8 /hardinfo2/shell.c
parent401347ae10048993cd2af46e687c285a7c3bcfcf (diff)
Fix typo
Diffstat (limited to 'hardinfo2/shell.c')
-rw-r--r--hardinfo2/shell.c2
1 files changed, 1 insertions, 1 deletions
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);