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