|
|
|
@ -108,13 +108,14 @@ int fill_tree_view_project(config_all* all_config,hotebook* widget , char* str_f
|
|
|
|
|
char* deferring_file = wrapper_str_time(_config->deferring_file);
|
|
|
|
|
gtk_list_store_set(widget->liststore,&iter,
|
|
|
|
|
0,fill_tree_view_id(_config->id),
|
|
|
|
|
1,format_actors(&_config->actors),
|
|
|
|
|
2,philos_format_cfg_str_size_memory("", check_null(_config->soft_restriction_size),_config->soft_restriction_size_pow),
|
|
|
|
|
3,philos_format_cfg_str_size_memory("", check_null(_config->severe_limitation_size),_config->severe_limitation_size_pow),
|
|
|
|
|
4,deferring_size,
|
|
|
|
|
5,check_null_to_str(_config->soft_restriction_file),
|
|
|
|
|
6,check_null_to_str(_config->severe_limitation_file),
|
|
|
|
|
7,deferring_file,
|
|
|
|
|
1,_config->UNIX_file,
|
|
|
|
|
2,format_actors(&_config->actors),
|
|
|
|
|
3,philos_format_cfg_str_size_memory("", check_null(_config->soft_restriction_size),_config->soft_restriction_size_pow),
|
|
|
|
|
4,philos_format_cfg_str_size_memory("", check_null(_config->severe_limitation_size),_config->severe_limitation_size_pow),
|
|
|
|
|
5,deferring_size,
|
|
|
|
|
6,check_null_to_str(_config->soft_restriction_file),
|
|
|
|
|
7,check_null_to_str(_config->severe_limitation_file),
|
|
|
|
|
8,deferring_file,
|
|
|
|
|
-1);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|