From 0f5dea06fa62062c7e98b36945a63aae7835a80a Mon Sep 17 00:00:00 2001 From: rezso Date: Fri, 27 Oct 2023 20:47:01 +0200 Subject: Fix build without libsoup --- shell/shell.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/shell.c b/shell/shell.c index 0d08161f..7c7c88a7 100644 --- a/shell/shell.c +++ b/shell/shell.c @@ -815,7 +815,9 @@ void shell_init(GSList * modules) shell->tree->modules = modules ? modules : modules_load_all(); +#ifdef HAS_LIBSOUP check_for_updates(); +#endif g_slist_foreach(shell->tree->modules, shell_add_modules_to_gui, shell->tree); gtk_tree_view_expand_all(GTK_TREE_VIEW(shell->tree->view)); -- cgit v1.2.3