1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Disassembly view doesn't show "No debug context", related to build 337376.

This commit is contained in:
Patrick Chuong 2011-03-11 14:51:22 +00:00
parent fb1d8d2a97
commit aadf0c164a

View file

@ -105,6 +105,7 @@ public class PinDebugContextActionDelegate implements IViewActionDelegate, IActi
fPart.addPropertyListener(new IPropertyListener() {
public void propertyChanged(Object source, int propId) {
if (IWorkbenchPartConstants.PROP_CONTENT_DESCRIPTION == propId) {
if (fAction != null && fAction.isChecked())
updatePinContextLabel(fProvider);
} else if (IWorkbenchPartConstants.PROP_PART_NAME == propId) {
PinCloneUtils.setPartTitle(fPart);