From dbaeacf7888957ca8d0cad69822b2fe4851b19d4 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sat, 9 May 2009 11:57:06 -0300 Subject: Change remote host dialog to be a Host Manager; add a Connect To window and a Remote menu. --- hardinfo2/callbacks.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'hardinfo2/callbacks.c') 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() -- cgit v1.2.3