From d3189e567b0972032ab4978a43f04880eeb77012 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Wed, 5 Feb 2025 11:50:13 +0600 Subject: [PATCH] Fixed email --- source/ubl-settings-logging.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/ubl-settings-logging.c b/source/ubl-settings-logging.c index 9bd516e..b175f04 100644 --- a/source/ubl-settings-logging.c +++ b/source/ubl-settings-logging.c @@ -1438,6 +1438,7 @@ logrotate_configure_window *yon_logrotate_window_new(char *paths, logrotate_wind gtk_label_set_text(GTK_LABEL(window->LogSizeLabel),yon_char_append(fin,yon_size_get_letter_from_int(sizenumber))); } + yon_entry_set_entry_type(GTK_ENTRY(window->EmailEntry),GTK_BOX(window->StatusBox)); dictionary *dict=NULL; yon_dictionary_add_or_create_if_exists_with_data(dict,"dialog",dialog); yon_dictionary_add_or_create_if_exists_with_data(dict,"window",window);