eclipse plugin: After removing an install...
...just reset the page state
This commit is contained in:
parent
bfcdb641ce
commit
7050ec20cc
1 changed files with 3 additions and 0 deletions
|
@ -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( );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue