commit | 0631c731719574ed0764c09d3c768a2b1ee086a6 | [log] [tgz] |
---|---|---|
author | Rescue9 <Rescue@corridor9.net> | Fri Aug 09 13:00:34 2013 -0500 |
committer | scott <scott@ubuntu.com> | Tue Aug 13 00:14:27 2013 -0400 |
tree | 7b7fa28e32b9fe5547468e541573674249679bcf | |
parent | 1b6b1bdc77789c19462bb85f9f32b59c33768542 [diff] |
LockClock: Fix lookahead event display Found out today that events starting at 00:00 the next day were showing in the calendar when a lookahead time of 'Today' was selected. The closer the milliseconds were set to 999 (990 for ex.) caused the widget to attempt to fetch the 00:00 event continuously. A value of 500 provides a safe buffer to prevent continuous event fetching. Patch 1: Initial patch Change-Id: I6a0d0795e8970f1491ef198558384db65d639d1e