|
|
|
@ -142,7 +142,7 @@ os_row *yon_os_row_new(){
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void *yon_modules_list_load(main_window *widgets){
|
|
|
|
void *yon_modules_list_load(main_window *widgets){
|
|
|
|
if (!getuid()||!yon_char_is_empty(config(source_parameter))){ return 0;
|
|
|
|
if (!getuid()||!yon_char_is_empty(config(source_parameter))){
|
|
|
|
int size;
|
|
|
|
int size;
|
|
|
|
config_str modules = yon_config_load(yon_debug_output("%s\n",get_modules_command),&size);
|
|
|
|
config_str modules = yon_config_load(yon_debug_output("%s\n",get_modules_command),&size);
|
|
|
|
for(int i=1;i<size;i++){
|
|
|
|
for(int i=1;i<size;i++){
|
|
|
|
|