desktop-data-model r7257 - trunk/hippo
- From: otaylor svn gnome org
- To: svn-commits-list gnome org
- Subject: desktop-data-model r7257 - trunk/hippo
- Date: Thu, 21 Feb 2008 20:20:33 +0000 (GMT)
Author: otaylor
Date: Thu Feb 21 20:20:32 2008
New Revision: 7257
URL: http://svn.gnome.org/viewvc/desktop-data-model?rev=7257&view=rev
Log:
Allow for 30 seconds of time skew and still say 'a minute ago'
Modified:
trunk/hippo/hippo-basics.c
Modified: trunk/hippo/hippo-basics.c
==============================================================================
--- trunk/hippo/hippo-basics.c (original)
+++ trunk/hippo/hippo-basics.c Thu Feb 21 20:20:32 2008
@@ -642,7 +642,7 @@
if (then <= 0)
return g_strdup("");
- if (delta < 0)
+ if (delta < - 30)
return g_strdup("");
if (delta < 120)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]