Fixed launch button

pull/58/head
Ivan Dmitrievich Yartsev 10 months ago
parent fc3b61dfe5
commit 07c7ed582a

@ -1113,7 +1113,7 @@ void on_launch_cliked(GtkWidget *self,dictionary *dict){
data->function = NULL;
data->data = NULL;
if (yon_confirmation_dialog_call(self,data) == GTK_RESPONSE_ACCEPT){
yon_config_set(KERNEL_BOOT_parameter,tab->package);
yon_config_register(KERNEL_BOOT_parameter,KERNEL_BOOT_command,tab->package);
on_update_clicked(NULL,widgets);
}

@ -69,6 +69,7 @@
#define config_get_local_only_parameters ""
#define KERNEL_BOOT_parameter "KERNEL_BOOT"
#define KERNEL_BOOT_command "ubconfig --source global get boot KERNEL_BOOT"
typedef char* string;
string version_application;

Loading…
Cancel
Save