~dpm/ubuntu-calendar-app/desktop-i18n-1325626-1318008

« back to all changes in this revision

Viewing changes to NewEvent.qml

  • Committer: Tarmac
  • Author(s): Mihir Soni
  • Date: 2014-06-04 13:11:05 UTC
  • mfrom: (297.1.1 ubuntu-calendar-app)
  • Revision ID: tarmac-20140604131105-xo3sob7luqu4oqyw
While editing all day event, it wasn't populating all correct information in edit window , for All Day checkbox.

Approved by Alan Pope ㋛, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
        if(e.displayLabel) {
66
66
            titleEdit.text = e.displayLabel;
67
67
        }
 
68
        if(e.allDay){
 
69
            allDayEventCheckbox.checked =true;
 
70
        }
68
71
 
69
72
        if(e.location) {
70
73
            locationEdit.text = e.location;