From 58a861276d95579eeec18fb4c1242e929e0ca677 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Fri, 22 Nov 2024 13:51:38 +0600 Subject: [PATCH] Test fix for installation --- source/ubl-settings-kernel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/ubl-settings-kernel.c b/source/ubl-settings-kernel.c index 5c0a794..857b686 100644 --- a/source/ubl-settings-kernel.c +++ b/source/ubl-settings-kernel.c @@ -406,8 +406,8 @@ void on_module_install_accept(GtkWidget *, dictionary *dict){ } } char *command = install_command(modules_to_install); - char *command_with_unload = yon_char_unite(unload_command(modules_to_install),"; ",command,NULL); - yon_command_execute_async(command_with_unload,widgets); + // char *command_with_unload = yon_char_unite(unload_command(modules_to_install),"; ",command,NULL); + yon_command_execute_async(command,widgets); tab->module_installed=1; free(dict->first->next->next); dict->first->next->next=NULL;