Index: AE/Installer/trunk/source/installer.cpp
===================================================================
--- AE/Installer/trunk/source/installer.cpp	(revision 509)
+++ AE/Installer/trunk/source/installer.cpp	(revision 510)
@@ -1490,5 +1490,6 @@
 	globalPackages = getPackages(); // refresh the list in memory
 	// TODO: Refresh the packages list in the window
-
+	wxCommandEvent e;
+	TheWindow->OnRefreshButtonClick( e );
 	return true;
 }
