From b266765231a28a2878aed08b0d726eea70d389f8 Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Fri, 24 Apr 2009 12:46:35 -0300 Subject: Start working on Remote client --- hardinfo2/callbacks.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hardinfo2/callbacks.c') diff --git a/hardinfo2/callbacks.c b/hardinfo2/callbacks.c index 40ee07bc..bc261b4e 100644 --- a/hardinfo2/callbacks.c +++ b/hardinfo2/callbacks.c @@ -34,6 +34,11 @@ void cb_sync_manager() sync_manager_show(); } +void cb_connect_to() +{ + remote_dialog_show(); +} + void cb_save_graphic() { Shell *shell = shell_get_main_shell(); -- cgit v1.2.3