diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-05-10 11:13:44 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-05-10 11:13:44 -0300 |
commit | b2c6231f5c707234772660a515e0daf19c710510 (patch) | |
tree | 5a49e3e6b8d4e86f07c6127c2b5532e9cda9d08d /hardinfo2/callbacks.c | |
parent | fe6af8f1e913bb6ad147f1ed5178d69c5e74325c (diff) |
Implement SSH tunnel; needs more work, though.
Diffstat (limited to 'hardinfo2/callbacks.c')
-rw-r--r-- | hardinfo2/callbacks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/callbacks.c b/hardinfo2/callbacks.c index 77cb4732..e19e7df8 100644 --- a/hardinfo2/callbacks.c +++ b/hardinfo2/callbacks.c @@ -74,6 +74,7 @@ void cb_local_computer() gtk_tree_view_expand_all(GTK_TREE_VIEW(shell->tree->view)); shell_view_set_enabled(TRUE); + shell_status_update("Done."); } void cb_save_graphic() |