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);