diff options
-rw-r--r-- | shell/shell.c | 2 |
1 files changed, 2 insertions, 0 deletions
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)); |