From fea14ed5d2088500649c1a1350a407922bac253c Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sun, 17 May 2009 12:54:26 -0300 Subject: More Remote mode fixes --- hardinfo2/callbacks.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hardinfo2/callbacks.c') 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(); -- cgit v1.2.3