Author: mareshkau
Date: 2010-08-25 06:52:41 -0400 (Wed, 25 Aug 2010)
New Revision: 24411
Modified:
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/jspeditor/JSPTextEditor.java
Log:
fixing compilation error
Modified:
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/jspeditor/JSPTextEditor.java
===================================================================
---
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/jspeditor/JSPTextEditor.java 2010-08-25
09:25:27 UTC (rev 24410)
+++
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/jspeditor/JSPTextEditor.java 2010-08-25
10:52:41 UTC (rev 24411)
@@ -934,7 +934,7 @@
}
// Drop from VPE to Source is forbidden
if (dropContext.getFlavor().equals("text/html")) { //$NON-NLS-1$
- if (InnerDragBuffer.object != null) {
+ if (InnerDragBuffer.getInnerDragObject() != null) {
event.detail = DND.DROP_NONE;
}
return;
Show replies by date