From e683bae28ecb4b212d2406fd97570bc8c0d9589f Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Wed, 8 Apr 2026 16:35:51 +0600 Subject: [PATCH] Fixed service autoload page saving --- source/ubinstall-gtk-startup-services.c | 2 +- ubinstall-gtk-os-row.glade | 3 ++- ubinstall-gtk-service-window.glade | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/source/ubinstall-gtk-startup-services.c b/source/ubinstall-gtk-startup-services.c index 2750dd2..96f3da1 100644 --- a/source/ubinstall-gtk-startup-services.c +++ b/source/ubinstall-gtk-startup-services.c @@ -131,7 +131,7 @@ void on_startup_add_accept(GtkWidget *self, main_window *widgets){ } GtkTreeIter iter; gtk_list_store_append(widgets->StartupList,&iter); - gtk_list_store_set(widgets->StartupList,&iter,0,1,1,unit,2,service,3,description,4,1,-1); + gtk_list_store_set(widgets->StartupList,&iter,0,1,1,service,2,unit,3,description,4,1,-1); on_subwindow_close(self); } diff --git a/ubinstall-gtk-os-row.glade b/ubinstall-gtk-os-row.glade index 5f92d2c..f79a5cd 100644 --- a/ubinstall-gtk-os-row.glade +++ b/ubinstall-gtk-os-row.glade @@ -52,7 +52,7 @@ - 22 + 15 True False center @@ -309,6 +309,7 @@ start start 20 + 3 Name 0 False diff --git a/ubinstall-gtk-service-window.glade b/ubinstall-gtk-service-window.glade index 99d90b5..007c3f2 100644 --- a/ubinstall-gtk-service-window.glade +++ b/ubinstall-gtk-service-window.glade @@ -58,7 +58,7 @@ True False - Service: + Unit: 0 @@ -94,7 +94,7 @@ True False - Unit: + Service: 0 -- 2.35.1