File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
uis/src/com/biglybt/plugin/net/buddy/swt Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1799,6 +1799,11 @@ public void tableColumnCreated(TableColumn result) {
17991799 setBetaStatus (
18001800 final Image image )
18011801 {
1802+ if ( beta_status == null ) {
1803+
1804+ return ;
1805+ }
1806+
18021807 beta_status .setImage ( image );
18031808
18041809 final AllTransfersBar bar = AllTransfersBar .getBarIfOpen (CoreFactory .getSingleton ().getGlobalManager ());
@@ -1887,6 +1892,11 @@ public void tableColumnCreated(TableColumn result) {
18871892
18881893 menu_items .clear ();
18891894
1895+ if ( beta_status == null ) {
1896+
1897+ return ;
1898+ }
1899+
18901900 final MenuManager menu_manager = plugin .getPluginInterface ().getUIManager ().getMenuManager ();
18911901
18921902 MenuContext mc = beta_status .getMenuContext ();
You can’t perform that action at this time.
0 commit comments