From a38f51967611ab84f6eb4e813a7d902f601663e0 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Mon, 24 Feb 2025 11:22:10 +0600 Subject: [PATCH] Fixed mirror type entry allowed symbols --- source/ubl-settings-update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ubl-settings-update.c b/source/ubl-settings-update.c index 55182ed..0a72fde 100644 --- a/source/ubl-settings-update.c +++ b/source/ubl-settings-update.c @@ -1770,7 +1770,7 @@ mirror_add_window *yon_mirror_add_window_new(){ window->HeadLabel = yon_gtk_builder_get_widget(builder,"HeadLabel"); window->PathBox = yon_gtk_builder_get_widget(builder,"PathBox"); yon_gtk_entry_block_restricted_symbols(GTK_ENTRY(window->NameEntry)); - yon_gtk_entry_block_restricted_symbols(GTK_ENTRY(window->TypeEntry)); + yon_on_entry_set_allowed_symbols(GTK_ENTRY(window->TypeEntry),"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ/1234567890!$.#-_()~$&;{}[]|<>^:?+\\,'*`%"); window->sections = NULL; window->name=NULL;