diff --git a/source/ubl-settings-logging.c b/source/ubl-settings-logging.c index 1bf2e31..82d6cc1 100644 --- a/source/ubl-settings-logging.c +++ b/source/ubl-settings-logging.c @@ -146,6 +146,7 @@ void yon_logs_custom_save(main_window *widgets){ if (standard!=1){ for (int i=0;ilist,&iter); + cur_watcher[1] = yon_char_replace(cur_watcher[1],",","\n"); gtk_list_store_set(widgets->list,&iter,0,cur_watcher[0],1,cur_watcher[1],2,cur_watcher[2]?cur_watcher[2]:"",-1); yon_char_parsed_free(cur_watcher,cur_size); }