From ff11d54a802c0fea36bb53f8f89e3d5880c132f4 Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Thu, 19 Mar 2026 11:21:48 +0600 Subject: [PATCH] Replaced deprecated function --- source/ubl-settings-update-web.c | 2 +- source/ubl-settings-update.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/ubl-settings-update-web.c b/source/ubl-settings-update-web.c index c84b81a..af9366e 100644 --- a/source/ubl-settings-update-web.c +++ b/source/ubl-settings-update-web.c @@ -135,7 +135,7 @@ void on_web_publish_path_changed(GtkWidget *, web_publication_add_window *window } if (yon_char_is_empty(path) || access(path,F_OK)) return; int size; - config_str parsed = yon_dir_get_contents(path,&size); + config_str parsed = yon_file_ls(path,&size); GtkTreeIter iter; for (int i=0;i