Merge lp:~codygarver/maya/fix-error-typo into lp:~elementary-apps/maya/trunk

Proposed by Cody Garver
Status: Merged
Merge reported by: Cody Garver
Merged at revision: not available
Proposed branch: lp:~codygarver/maya/fix-error-typo
Merge into: lp:~elementary-apps/maya/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
Maya/Widgets/Calendar/Calendar.vala (+1/-1)
To merge this branch: bzr merge lp:~codygarver/maya/fix-error-typo
Reviewer Review Type Date Requested Status
Cody Garver (community) Approve
Review via email: mp+76085@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Cody Garver (codygarver) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Maya/Widgets/Calendar/Calendar.vala'
2--- Maya/Widgets/Calendar/Calendar.vala 2011-08-12 13:52:10 +0000
3+++ Maya/Widgets/Calendar/Calendar.vala 2011-09-19 18:55:27 +0000
4@@ -68,7 +68,7 @@
5 // Change today when it changes
6 var today = new DateTime.now_local ();
7 var tomorrow = today.add_full (0, 0, 1, -today.get_hour (), -today.get_minute (), -today.get_second ());
8- var difference = tomorrow.to_unix() - today.to_unix();
9+ var difference = tomorrow.to_unix() -today.to_unix();
10
11 Timeout.add_seconds ((uint) difference, () => {
12 if (handler.current_month == tomorrow.get_month () && handler.current_year == tomorrow.get_year ())

Subscribers

People subscribed via source and target branches