Skip to content

Commit

Permalink
Fix build without libsoup
Browse files Browse the repository at this point in the history
  • Loading branch information
rezso authored Oct 27, 2023
1 parent 01c8928 commit 0f5dea0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shell/shell.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 0f5dea0

Please sign in to comment.