From f7d5c282a587098f394fe51dfafd04b186cddb56 Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Tue, 17 Mar 2026 11:11:05 +0600 Subject: [PATCH] Fixed autorun of applications custom loading --- source/ubinstall-gtk-startup-apps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ubinstall-gtk-startup-apps.c b/source/ubinstall-gtk-startup-apps.c index 22d35d2..65a42c9 100644 --- a/source/ubinstall-gtk-startup-apps.c +++ b/source/ubinstall-gtk-startup-apps.c @@ -100,7 +100,7 @@ void yon_startup_apps_setup(main_window *widgets){ if (parsed_size&&parsed){ for (int i=0;iStartupAppsList,&iter); - gtk_list_store_set(widgets->StartupAppsList,&iter,0,0,2,parsed[i],-1); + gtk_list_store_set(widgets->StartupAppsList,&iter,0,1,2,parsed[i],-1); } } yon_char_parsed_free(parsed,parsed_size);