Author: [EMAIL PROTECTED]
Date: Thu Nov  6 14:20:26 2008
New Revision: 3973

Modified:
     
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/Widget.java

Log:
Straggler commit for renaming getIntEventType

Modified:  
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/Widget.java
==============================================================================
---  
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/Widget.java    
 
(original)
+++  
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/Widget.java    
 
Thu Nov  6 14:20:26 2008
@@ -124,7 +124,7 @@
        final H handler, DomEvent.Type<H> type) {
      if (type != null) {
        // Manual inline sinkEvents.
-      int eventBitsToAdd = type.getNativeEventTypeInt();
+      int eventBitsToAdd = type.getEventToSink();
        if (isOrWasAttached()) {
          super.sinkEvents(eventBitsToAdd);
        } else {

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to