From cbb165e0cd62c96a60ca0fe2f7620ef649419dd5 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Wed, 24 Apr 2024 16:53:25 +0600 Subject: [PATCH] returned startup checking of domain access --- source/ubl-settings-system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ubl-settings-system.c b/source/ubl-settings-system.c index 561d05b..e417a1c 100644 --- a/source/ubl-settings-system.c +++ b/source/ubl-settings-system.c @@ -573,7 +573,7 @@ connection_window *yon_connection_window_new(){ g_signal_connect(G_OBJECT(window->StatusEntry),"clicked",G_CALLBACK(on_status_clicked),window); g_signal_connect(G_OBJECT(window->FindEntry),"clicked",G_CALLBACK(on_find_domains_clicked),window); g_signal_connect(G_OBJECT(window->AdressEntry),"focus-out-event",G_CALLBACK(yon_update_thread),window); - + yon_update_thread(NULL,NULL,window); return window; }