--- AE/Installer/trunk/source/installer.cpp 2010/04/24 19:19:14 509 +++ AE/Installer/trunk/source/installer.cpp 2010/04/24 19:19:52 510 @@ -1489,7 +1489,8 @@ bool ProcessAEUpdate(Install_info_cfg *c globalPackages = getPackages(); // refresh the list in memory // TODO: Refresh the packages list in the window - + wxCommandEvent e; + TheWindow->OnRefreshButtonClick( e ); return true; } extern MainWindow* TheWindow;