pull/46/head
parent 2092c0f8ac
commit 4e4a6ee5eb

@ -1363,13 +1363,13 @@ int yon_config_save_registered(char *path){
if (sections_add) if (sections_add)
for_dictionaries(dct,sections_add){ for_dictionaries(dct,sections_add){
char *command = yon_dictionary_get_data(dct,char*); char *command = yon_dictionary_get_data(dct,char*);
printf(command); printf("%s\n",command);
yon_launch(command); yon_launch(command);
} }
if (sections_remove) if (sections_remove)
for_dictionaries(dct,sections_remove){ for_dictionaries(dct,sections_remove){
char *command = yon_dictionary_get_data(dct,char*); char *command = yon_dictionary_get_data(dct,char*);
printf(command); printf("%s\n",command);
yon_launch(command); yon_launch(command);
} }
return 1; return 1;

Loading…
Cancel
Save