~pkunal-parmar/ubuntu-calendar-app/ICalImport

« back to all changes in this revision

Viewing changes to calendar.qml

  • Committer: David Planella
  • Date: 2014-10-17 05:49:22 UTC
  • mto: This revision was merged to the branch mainline in revision 504.
  • Revision ID: david.planella@ubuntu.com-20141017054922-u2f4zqgloqe8pz2h
Updated translations readme

Show diffs side-by-side

added added

removed removed

Lines of Context:
439
439
                        onCurrentDayChanged: {
440
440
                            tabs.currentDay = dayViewLoader.item.currentDay;
441
441
                        }
442
 
 
443
 
                        onDateSelected: {
444
 
                            tabs.currentDay = date;
445
 
                        }
446
442
                    }
447
443
                }
448
444
            }