diff --git a/source/ubinstall-gtk-startup-apps.c b/source/ubinstall-gtk-startup-apps.c index 094d63f..b52d43b 100644 --- a/source/ubinstall-gtk-startup-apps.c +++ b/source/ubinstall-gtk-startup-apps.c @@ -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 (!strcmp(startup,"auto")){ for_iter(GTK_TREE_MODEL(widgets->StartupAppsList),&iter){