summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2012-02-06 14:37:21 +0000
committerArtur Signell <artur.signell@itmill.com>2012-02-06 14:37:21 +0000
commit8d761b45cc1f677a735aed4d8a80de70464772ce (patch)
tree0542f08b7b2b0ea953b9fb8b5333e0f9ce943628 /src
parente11a3a7f2db4766d55073367f57a5c4627dcb9b7 (diff)
downloadvaadin-framework-8d761b45cc1f677a735aed4d8a80de70464772ce.tar.gz
vaadin-framework-8d761b45cc1f677a735aed4d8a80de70464772ce.zip
#8216 Fixed widgetset compilation warning
svn changeset:22936/svn branch:6.8
Diffstat (limited to 'src')
-rw-r--r--src/com/vaadin/terminal/gwt/DefaultWidgetSet.gwt.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/com/vaadin/terminal/gwt/DefaultWidgetSet.gwt.xml b/src/com/vaadin/terminal/gwt/DefaultWidgetSet.gwt.xml
index 7844ccecf1..cebfd8a679 100644
--- a/src/com/vaadin/terminal/gwt/DefaultWidgetSet.gwt.xml
+++ b/src/com/vaadin/terminal/gwt/DefaultWidgetSet.gwt.xml
@@ -56,6 +56,13 @@
</any>
</replace-with>
+ <!-- Fall through to this rule for everything but IE -->
+ <replace-with
+ class="com.vaadin.terminal.gwt.client.ui.VDragAndDropWrapper">
+ <when-type-is
+ class="com.vaadin.terminal.gwt.client.ui.VDragAndDropWrapper" />
+ </replace-with>
+
<replace-with
class="com.vaadin.terminal.gwt.client.ui.VDragAndDropWrapperIE">
<when-type-is