|
|
|
@ -1752,7 +1752,9 @@ void on_logrotate_apps_configure(GtkWidget *, logrotate_window *window){
|
|
|
|
|
gtk_list_store_set(main_config.logrotate_list,&itar,0,name,1,paths,-1);
|
|
|
|
|
paths = yon_char_replace(paths,"\n",",");
|
|
|
|
|
yon_config_register(LOGROTATE(name),"logging",yon_char_unite(paths,":",settings,NULL));
|
|
|
|
|
textdomain(template_ui_LocaleName);
|
|
|
|
|
yon_ubl_status_box_spawn(GTK_CONTAINER(window->StatusBox),SUCCESS_LABEL,5,BACKGROUND_IMAGE_SUCCESS_TYPE);
|
|
|
|
|
textdomain(LocaleName);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|