diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-07 17:44:15 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-07 17:44:15 +0000 |
commit | def14b5309427469d4c5fadc720a308ee0ec4b6a (patch) | |
tree | c881a2613c4eade1d95c565a7cf4539790d294f8 | |
parent | 401347ae10048993cd2af46e687c285a7c3bcfcf (diff) |
Fix typo
-rw-r--r-- | hardinfo2/shell.c | 2 |
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); |