aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/callbacks.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2009-05-17 12:54:26 -0300
committerLeandro A. F. Pereira <leandro@hardinfo.org>2009-05-17 12:54:26 -0300
commitfea14ed5d2088500649c1a1350a407922bac253c (patch)
treef99a8bcfec4012cff9b415a75e0ab409f3f88a1f /hardinfo2/callbacks.c
parentb2c6231f5c707234772660a515e0daf19c710510 (diff)
More Remote mode fixes
Diffstat (limited to 'hardinfo2/callbacks.c')
-rw-r--r--hardinfo2/callbacks.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hardinfo2/callbacks.c b/hardinfo2/callbacks.c
index e19e7df8..289a2807 100644
--- a/hardinfo2/callbacks.c
+++ b/hardinfo2/callbacks.c
@@ -64,6 +64,9 @@ void cb_local_computer()
{
Shell *shell = shell_get_main_shell();
+ shell_status_update("Disconnecting...");
+ remote_disconnect_all();
+
shell_status_update("Unloading modules...");
module_unload_all();