From 5be06e34ea50c85ee19fad4ae79c077dd42f3d43 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Wed, 29 Nov 2023 18:29:50 +0600 Subject: [PATCH] Removed path erasing at log monitoring --- source/ubl-settings-logging.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/ubl-settings-logging.c b/source/ubl-settings-logging.c index ea24b74..937d74c 100644 --- a/source/ubl-settings-logging.c +++ b/source/ubl-settings-logging.c @@ -1976,7 +1976,6 @@ void on_log_path_append(GtkWidget *self, add_log_window *window){ yon_ubl_status_highlight_incorrect(entry); yon_ubl_status_highlight_incorrect((GtkWidget*)g_list_nth_data(wids,1)); yon_ubl_status_box_spawn(GTK_CONTAINER(window->StatusBox),REPEATED_PATHS_LABEL,5,BACKGROUND_IMAGE_FAIL_TYPE); - gtk_entry_set_text(GTK_ENTRY(entry),""); return; } g_list_free(wids);