From 7922a0fe7a1d61ecd8aa336b82f0885d0270e147 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Tue, 23 Apr 2024 14:34:01 +0600 Subject: [PATCH] Fixed update thread --- 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 ec356ce..047ac4c 100644 --- a/source/ubl-settings-system.c +++ b/source/ubl-settings-system.c @@ -531,7 +531,7 @@ gboolean on_main_window_domain_status_update(connection_window *window){ } else { gtk_entry_set_icon_from_icon_name(GTK_ENTRY(window->AdressEntry),GTK_ENTRY_ICON_SECONDARY,domain_disconnected_icon); } - return 1; + return GDK_EVENT_PROPAGATE; } gboolean yon_update_thread(GtkWidget *self, GdkEvent *event, connection_window *window){