[bijiben] dateTime: fix value for more than one month old notes
- From: Pierre-Yves Luyten <pyluyten src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bijiben] dateTime: fix value for more than one month old notes
- Date: Tue, 1 Jan 2013 22:56:27 +0000 (UTC)
commit 8c2e124911cf46e23ba854c354756466d2b2bbf1
Author: Guenther Wutz <android gunibert de>
Date: Tue Jan 1 23:54:50 2013 +0100
dateTime: fix value for more than one month old notes
src/libbiji/biji-date-time.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libbiji/biji-date-time.c b/src/libbiji/biji-date-time.c
index 2a22b8a..05e289d 100644
--- a/src/libbiji/biji-date-time.c
+++ b/src/libbiji/biji-date-time.c
@@ -39,7 +39,7 @@ biji_get_time_diff_with_time (glong sec_since_epoch)
return "This month";
if (diff < 365)
- return "This month";
+ return "This year";
return "Unknown";
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]