diff --git a/source/ubl-settings-kernel.c b/source/ubl-settings-kernel.c index aab661e..aea3bbd 100644 --- a/source/ubl-settings-kernel.c +++ b/source/ubl-settings-kernel.c @@ -562,6 +562,7 @@ gboolean on_command_execute_success(GtkWidget *,gint status,main_window *widgets if (!status) gtk_button_clicked(GTK_BUTTON(widgets->MoreButton)); } + yon_launch(pacman_unlock_database_command); yon_packages_update(); return G_SOURCE_REMOVE; }