summaryrefslogtreecommitdiff
path: root/hardinfo2/shell.h
diff options
context:
space:
mode:
authorLeandro Pereira <leandro@hardinfo.org>2010-01-03 22:24:20 -0200
committerLeandro Pereira <leandro@hardinfo.org>2010-01-03 22:24:20 -0200
commit7d8f97e3e07f65b90fed9a10de78cdb285acc455 (patch)
treef5a8460da0c05adae2c7e1582a717b7e38359656 /hardinfo2/shell.h
parent71c946914e692c1d2eda6f0dcdfdc1839789110b (diff)
Fixed a bug that would crash the shell if there were ShellFieldUpdates timers pending after modules were unloaded.
Diffstat (limited to 'hardinfo2/shell.h')
-rw-r--r--hardinfo2/shell.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h
index 90e7bdc1..7f31c14c 100644
--- a/hardinfo2/shell.h
+++ b/hardinfo2/shell.h
@@ -197,6 +197,7 @@ void shell_view_set_enabled(gboolean setting);
void shell_clear_timeouts(Shell *shell);
void shell_clear_tree_models(Shell *shell);
+void shell_clear_field_updates(void);
void shell_set_title(Shell *shell, char *subtitle);
void shell_add_modules_to_gui(gpointer _shell_module, gpointer _shell_tree);