11891190119111921193119411951196119711981199
action.setEnabled(activeFeedView != null); markMenu.add(action); /* Sticky */ markMenu.add(new Separator()); action = new MakeNewsStickyAction(selection); action.setEnabled(!selection.isEmpty()); markMenu.add(action); } /* Label */
10631064106510661067106810691070107110721073
/* Sticky */ case STICKY: { IStructuredSelection selection = OwlUI.getActiveFeedViewSelection(); if (selection != null && !selection.isEmpty()) new MakeNewsStickyAction(selection).run(); break; } /* Find more Feeds */ case FIND_MORE_FEEDS: {