diff --git a/gresource.xml b/gresource.xml
index 23b9b6a..e05ccdb 100644
--- a/gresource.xml
+++ b/gresource.xml
@@ -19,4 +19,8 @@
ubl-settings-logging-banner.png
+
+ journals_list.csv
+ logging_services.csv
+
\ No newline at end of file
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt
index c71eb86..f92bf0d 100644
--- a/source/CMakeLists.txt
+++ b/source/CMakeLists.txt
@@ -50,6 +50,8 @@ set(DEPENDFILES
../gresource.xml
../ubl-settings-logging-banner.png
../ubl-settings-logging.css
+ ../journals_list.csv
+ ../logging_services.csv
)
file(COPY ${DEPENDFILES} DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
diff --git a/source/ubl-settings-logging.c b/source/ubl-settings-logging.c
index 917dd05..5cd3262 100644
--- a/source/ubl-settings-logging.c
+++ b/source/ubl-settings-logging.c
@@ -3093,7 +3093,7 @@ void yon_main_window_complete(template_main_window **window){
char *cname=NULL;
char *cparams="";
GtkTreeIter iter;
- config_str journals = yon_file_open(journals_list_path,&size);
+ config_str journals = yon_resource_open_file(journals_list_path,&size);
for (int i=1;ilist,&iter,0,log[0],1,log[1],2,_(log[2]),3,1,4,psize,-1);
}
- config_str services = yon_file_open(services_list_path,&service_size);
+ config_str services = yon_resource_open_file(services_list_path,&service_size);
for (int i=1;i