aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/callbacks.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2009-05-09 11:57:06 -0300
committerLeandro A. F. Pereira <leandro@hardinfo.org>2009-05-09 11:57:06 -0300
commitdbaeacf7888957ca8d0cad69822b2fe4851b19d4 (patch)
treedad4e950c1e997870069120fcc30cf3663420810 /hardinfo2/callbacks.c
parent79bfb31978e30c1d9c1e6de5a8c234383b07bd66 (diff)
Change remote host dialog to be a Host Manager; add a Connect To window and a Remote menu.
Diffstat (limited to 'hardinfo2/callbacks.c')
-rw-r--r--hardinfo2/callbacks.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/hardinfo2/callbacks.c b/hardinfo2/callbacks.c
index c56d9a76..36788bd1 100644
--- a/hardinfo2/callbacks.c
+++ b/hardinfo2/callbacks.c
@@ -40,7 +40,14 @@ void cb_connect_to()
{
Shell *shell = shell_get_main_shell();
- remote_dialog_show(shell->window);
+ connect_dialog_show(shell->window);
+}
+
+void cb_manage_hosts()
+{
+ Shell *shell = shell_get_main_shell();
+
+ host_manager_show(shell->window);
}
void cb_save_graphic()