mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 21:29:29 +00:00
eclipse plugin: fix the wizards by signaling the monitor as done
This commit is contained in:
parent
47df633426
commit
ca2ecd147e
@ -133,6 +133,8 @@ public class EraNewWizard extends NewWizardTemplate
|
||||
}
|
||||
});
|
||||
monitor.worked(5);
|
||||
|
||||
monitor.done();
|
||||
}
|
||||
|
||||
private InputStream getEraStream()
|
||||
|
@ -144,6 +144,8 @@ public class FactionNewWizard extends NewWizardTemplate
|
||||
}
|
||||
});
|
||||
monitor.worked(5);
|
||||
|
||||
monitor.done();
|
||||
}
|
||||
|
||||
private InputStream getFactionStream()
|
||||
|
@ -125,6 +125,8 @@ public class WizardLauncher extends NewWizardTemplate
|
||||
}
|
||||
});
|
||||
monitor.worked(5);
|
||||
|
||||
monitor.done();
|
||||
} catch (Exception e)
|
||||
{
|
||||
Logger.getInstance().logException(e);
|
||||
|
@ -185,6 +185,8 @@ public class ScenarioNewWizard extends NewWizardTemplate
|
||||
}
|
||||
});
|
||||
monitor.worked(1);
|
||||
|
||||
monitor.done();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user