Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Fix for bug 28977.

Index: ChangeLog
===================================================================
RCS file: /home/tools/org.eclipse.cdt.debug.ui/ChangeLog,v
retrieving revision 1.66
diff -u -r1.66 ChangeLog
--- ChangeLog 2 Jan 2003 21:01:09 -0000 1.66
+++ ChangeLog 3 Jan 2003 17:28:54 -0000
@@ -1,3 +1,7 @@
+2003-01-0e Mikhail Khodjaiants
+ Fix for bug 28977: Unable to set breakpoint properties from the Breakpoint view.
+ * plugin.xml
+
 2003-01-02 Mikhail Khodjaiants
  Adapter for 'IResource' in 'DisassemblyEditorInput'.
  * DisassemblyEditorInput.java
Index: plugin.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.debug.ui/plugin.xml,v
retrieving revision 1.40
diff -u -r1.40 plugin.xml
--- plugin.xml 19 Dec 2002 02:13:39 -0000 1.40
+++ plugin.xml 3 Jan 2003 17:28:54 -0000
@@ -341,7 +341,7 @@
          </action>
       </viewerContribution>
       <objectContribution
-            objectClass="org.eclipse.cdt.debug.core.ICBreakpoint"
+            objectClass="org.eclipse.cdt.debug.core.model.ICBreakpoint"
             id="org.eclipse.cdt.debug.ui.CBreakpointActions">
          <action
                label="%BreakpointPropertiesAction.label"

Back to the top