Changeset 4811

Show
Ignore:
Timestamp:
06/09/08 10:14:50 (6 months ago)
Author:
marc.englund@…
Message:

One more fix for #1794

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/com/itmill/toolkit/terminal/gwt/client/ui/CalendarPanel.java

    r4807 r4811  
    421421                } 
    422422 
    423                 // cal.datefield.getCurrentDate().setTime(newDate.getTime()); 
     423                cal.datefield.getCurrentDate().setTime(newDate.getTime()); 
    424424                cal.datefield.getClient().updateVariable(cal.datefield.getId(), 
    425425                        "day", cal.datefield.getCurrentDate().getDate(), false);