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

« back to all changes in this revision

Viewing changes to TimeLineHeader.qml

  • Committer: Kunal Parmar
  • Date: 2014-02-12 00:24:25 UTC
  • mfrom: (196 trunk)
  • mto: This revision was merged to the branch mainline in revision 208.
  • Revision ID: pkunal.parmar@gmail.com-20140212002425-on9d12oczfqymipf
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
            case 0:
64
64
                return date;
65
65
            case -1:
66
 
                return date.addDays(14);
 
66
                return date.addDays(-7);
67
67
            case 1:
68
68
                return date.addDays(7);
69
69
            }