diff --git a/source/ubl-settings-kernel.c b/source/ubl-settings-kernel.c index 0736467..47b5f92 100644 --- a/source/ubl-settings-kernel.c +++ b/source/ubl-settings-kernel.c @@ -667,6 +667,14 @@ void on_module_remove_accept(GtkWidget *, dictionary *dict){ modules_to_install = temp; } } + }else { + int size; + config_str tmp = yon_config_load(get_dependent_command(modules_to_install),&size); + for (int i=0;i