diff --git a/builtin/modmgr.lua b/builtin/modmgr.lua
index 20128737afe960502c4d7d7d82ae13fd7c8d0c98..e7f028f6e965964f2f48a8bafd22594f10ba93a5 100644
--- a/builtin/modmgr.lua
+++ b/builtin/modmgr.lua
@@ -551,6 +551,7 @@ function modmgr.handle_modmgr_buttons(fields)
 	end
 	
 	if fields["btn_mod_mgr_download"] ~= nil then
+		modstore.update_modlist()
 		retval.current_tab = "dialog_modstore_unsorted"
 		retval.is_dialog = true
 		retval.show_buttons = false
diff --git a/builtin/modstore.lua b/builtin/modstore.lua
index 870eccdd34a06742e0314b9104949b1d36bb463e..6d761d47cc3683a575c722fa634396e0f10d5217 100644
--- a/builtin/modstore.lua
+++ b/builtin/modstore.lua
@@ -32,7 +32,6 @@ function modstore.init()
 	modstore.basetexturedir = engine.get_gamepath() .. DIR_DELIM .. ".." ..
 						DIR_DELIM .. "textures" .. DIR_DELIM .. "base" .. 
 						DIR_DELIM .. "pack" .. DIR_DELIM
-	modstore.update_modlist()
 	
 	modstore.current_list = nil