eclipse plugin: After removing an install...

...just reset the page state
This commit is contained in:
Timotei Dolean 2011-06-20 15:33:49 +00:00
parent bfcdb641ce
commit 7050ec20cc

View file

@ -305,6 +305,9 @@ public class WesnothInstallsPage extends AbstractPreferencePage
if (install != null && install.Name.equalsIgnoreCase( "default" ) == false){
installs_.remove( install.Name );
installsTableViewer_.refresh();
// clear the current info
newInstall( );
}
}