~renatofilho/ubuntu-calendar-app/optimize

« back to all changes in this revision

Viewing changes to NewEvent.qml

  • Committer: Renato Araujo Oliveira Filho
  • Date: 2016-02-11 15:24:25 UTC
  • Revision ID: renato.filho@canonical.com-20160211152425-it7q6cxs4fksv3nr
Fix endDate set on new event page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
321
321
    }
322
322
 
323
323
    onEndDateChanged: {
324
 
        if (!endDate)
 
324
        if (endDate)
325
325
            endDateTimeInput.dateTime = endDate;
326
326
    }
327
327