|
|
|
@ -55,7 +55,7 @@ void yon_startup_apps_setup(main_window *widgets){
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
char *startup = config(SERVICES_ENABLE_parameter);
|
|
|
|
char *startup = config(AUTOEXEC_parameter);
|
|
|
|
if (!yon_char_is_empty(startup)){
|
|
|
|
if (!yon_char_is_empty(startup)){
|
|
|
|
if (!strcmp(startup,"auto")){
|
|
|
|
if (!strcmp(startup,"auto")){
|
|
|
|
for_iter(GTK_TREE_MODEL(widgets->StartupAppsList),&iter){
|
|
|
|
for_iter(GTK_TREE_MODEL(widgets->StartupAppsList),&iter){
|
|
|
|
|