aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/callbacks.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/callbacks.c')
-rw-r--r--hardinfo2/callbacks.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/hardinfo2/callbacks.c b/hardinfo2/callbacks.c
index bc261b4e..c56d9a76 100644
--- a/hardinfo2/callbacks.c
+++ b/hardinfo2/callbacks.c
@@ -31,12 +31,16 @@
void cb_sync_manager()
{
- sync_manager_show();
+ Shell *shell = shell_get_main_shell();
+
+ sync_manager_show(shell->window);
}
void cb_connect_to()
{
- remote_dialog_show();
+ Shell *shell = shell_get_main_shell();
+
+ remote_dialog_show(shell->window);
}
void cb_save_graphic()