mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
improve model/view split in bundle status, more nomenclature fixes
This commit is contained in:
parent
ad897f263c
commit
d8610b00be
11 changed files with 211 additions and 302 deletions
|
@ -117,7 +117,7 @@ public class GhidraScriptMgrPluginScreenShots extends GhidraScreenShotGenerator
|
|||
paths.add(new BundlePath("/User/defined/invalid/directory"));
|
||||
|
||||
BundleStatusProvider bundleStatusProvider = showProvider(BundleStatusProvider.class);
|
||||
bundleStatusProvider.setPaths(paths);
|
||||
bundleStatusProvider.getModel().setPaths(paths);
|
||||
|
||||
waitForComponentProvider(BundleStatusProvider.class);
|
||||
captureComponent(bundleStatusProvider.getComponent());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue